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 b7fae0d commit 5e75665Copy full SHA for 5e75665
pyproject.toml
@@ -62,6 +62,7 @@ dev = [
62
"flake8-pytest-style==1.6.0",
63
"flake8-return==1.2.0",
64
"flake8-simplify==0.19.3",
65
+ "flake8-pyproject==1.2.3",
66
"pre-commit==3.3.3"
67
]
68
requirements.dev.txt
@@ -11,3 +11,4 @@ flake8-comprehensions=3.10.1
11
flake8-pytest-style=1.6.0
12
flake8-return=1.2.0
13
flake8-pyproject=1.2.3
14
+pre-commit=3.3.3
0 commit comments