Skip to content

Commit fe752ef

Browse files
committed
add all pre-commit dependencies to pyproject.toml
1 parent 8d83b70 commit fe752ef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ testing = [
6161
"pytest-cov>=7.0,<8.0",
6262
"pytest-sugar>=1.1,<2.0"
6363
]
64-
6564
pre-commit = [
6665
"pre-commit>=4.5,<5.0",
66+
"black>=26.1,<27.0",
67+
"flake8>=7.3,<8.0",
68+
"flake8-pyproject>=1.2,<2.0",
69+
"isort>=7.0,<8.0",
6770
"pylint>=4.0,<5.0"
6871
]
6972
docs = [

0 commit comments

Comments
 (0)