Skip to content

Commit 24f7051

Browse files
committed
add pre-commit to dev dependencies, extend project urls, fix isort known_first_party
1 parent 3b95ee5 commit 24f7051

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@ dependencies = [
3838
[dependency-groups]
3939
dev = [
4040
"isort",
41+
"pre-commit>=3.5.0",
4142
"pytest>=7.0.0",
4243
"ruff>=0.9.2",
4344
]
4445

4546
[project.urls]
4647
Homepage = "https://github.com/LinearBoost/linearboost-classifier"
47-
Source = "https://github.com/LinearBoost/linearboost-classifier"
48+
Documentation = "https://linearboost.readthedocs.io"
49+
Repository = "https://github.com/LinearBoost/linearboost-classifier"
50+
Issues = "https://github.com/LinearBoost/linearboost-classifier/issues"
4851

4952
[tool.hatch.version]
5053
path = "src/linearboost/__init__.py"
@@ -66,4 +69,4 @@ line-length = 120
6669
atomic = true
6770
profile = "black"
6871
skip_gitignore = true
69-
known_first_party = ["black", "blib2to3", "blackd", "_black_version"]
72+
known_first_party = ["linearboost"]

0 commit comments

Comments
 (0)