Skip to content

Commit e46249e

Browse files
committed
remove pycodestyle from pyproject.toml
1 parent f0d0228 commit e46249e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ all = [
3131
"black>=23.7.0,<24.0",
3232
"flake8>=5.0.0,<7",
3333
"mccabe>=0.7.0,<0.8.0",
34-
"pycodestyle>=2.9.0,<2.11.0",
3534
"pydocstyle>=6.3.0,<6.4.0",
3635
"pyflakes>=2.5.0,<3.1.0",
3736
"pylint>=2.5.0,<3",
@@ -43,7 +42,6 @@ autopep8 = ["autopep8>=1.6.0,<2.1.0"]
4342
black = ["black>=23.7.0,<24.0"]
4443
flake8 = ["flake8>=5.0.0,<7"]
4544
mccabe = ["mccabe>=0.7.0,<0.8.0"]
46-
pycodestyle = ["pycodestyle>=2.9.0,<2.11.0"]
4745
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
4846
pyflakes = ["pyflakes>=2.5.0,<3.1.0"]
4947
pylint = ["pylint>=2.5.0,<3"]

0 commit comments

Comments
 (0)