Skip to content

Commit

Permalink
Merge pull request #18 from bjhargrave/patch-1
Browse files Browse the repository at this point in the history
Fixes to pyproject.toml
  • Loading branch information
russellb authored Jun 12, 2024
2 parents c46d506 + d11b38f commit 0ac4460
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = ["dependencies", "optional-dependencies", "version"]
[project.scripts]

[project.urls]
homepage = "https://instructlab.io"
homepage = "https://instructlab.ai"
source = "https://github.com/instructlab/sdg"
issues = "https://github.com/instructlab/sdg/issues"

Expand All @@ -52,16 +52,6 @@ dependencies = {file = ["requirements.txt"]}
where = ["src"]
include = ["instructlab.sdg"]

[tool.setuptools.package-data]
"instructlab.schema.v1" = ["*.json"]
"instructlab.schema.v2" = ["*.json"]

[tool.check-wheel-contents]
# W002 - Wheel contains duplicate files:
# instructlab/mlx_explore/LICENSE
# instructlab/train/lora_mlx/LICENSE
ignore = ["W002"]

[tool.ruff]
target-version = "py39"
# same as black's default line length
Expand Down Expand Up @@ -90,9 +80,6 @@ ignore = [
"TID252", # Prefer absolute imports over relative imports from parent modules
]

[tool.ruff.lint.flake8-tidy-imports.banned-api]
"yamllint".msg = "yamllint is for CLI usage only."

[tool.ruff.lint.isort]
# same as .isort.cfg
from-first = true
Expand Down

0 comments on commit 0ac4460

Please sign in to comment.