We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ce4e6 commit ef338bbCopy full SHA for ef338bb
pyproject.toml
@@ -47,7 +47,7 @@ darglint = "^1.8.1"
47
isort = {extras = ["colors"], version = "^5.13.2"}
48
mypy = "^1.8"
49
mypy-extensions = "^1.0.0"
50
-pre-commit = "^3.6.0"
+pre-commit = "^4.0.0"
51
pydocstyle = "^6.3.0"
52
pylint = "^3.0.0"
53
pytest = "^8.0.1"
@@ -63,7 +63,7 @@ bandit = "^1.7.4"
63
darglint = "^1.8.1"
64
isort = {extras = ["colors"], version = "^5.12.0"}
65
mypy = "^1.3"
66
-pre-commit = ">=2.20,<4.0"
+pre-commit = ">=4.4,<4.5"
67
68
69
pytest = ">=7.3.1,<9.0.0"
0 commit comments