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 f0d0228 commit e46249eCopy full SHA for e46249e
pyproject.toml
@@ -31,7 +31,6 @@ all = [
31
"black>=23.7.0,<24.0",
32
"flake8>=5.0.0,<7",
33
"mccabe>=0.7.0,<0.8.0",
34
- "pycodestyle>=2.9.0,<2.11.0",
35
"pydocstyle>=6.3.0,<6.4.0",
36
"pyflakes>=2.5.0,<3.1.0",
37
"pylint>=2.5.0,<3",
@@ -43,7 +42,6 @@ autopep8 = ["autopep8>=1.6.0,<2.1.0"]
43
42
black = ["black>=23.7.0,<24.0"]
44
flake8 = ["flake8>=5.0.0,<7"]
45
mccabe = ["mccabe>=0.7.0,<0.8.0"]
46
-pycodestyle = ["pycodestyle>=2.9.0,<2.11.0"]
47
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
48
pyflakes = ["pyflakes>=2.5.0,<3.1.0"]
49
pylint = ["pylint>=2.5.0,<3"]
0 commit comments