Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/eval"
issues = "https://github.com/instructlab/eval/issues"

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

[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