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 d28ce21 commit d8bc140Copy full SHA for d8bc140
pyproject.toml
@@ -27,7 +27,7 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
27
28
[project.optional-dependencies]
29
all = [
30
- "autopep8>=1.6.0,<1.7.0",
+ "autopep8>=1.6.0,<2.1.0",
31
"flake8>=5.0.0,<7",
32
"mccabe>=0.7.0,<0.8.0",
33
"pycodestyle>=2.9.0,<2.11.0",
@@ -38,7 +38,7 @@ all = [
38
"yapf",
39
"whatthepatch>=1.0.2,<2.0.0"
40
]
41
-autopep8 = ["autopep8>=1.6.0,<1.7.0"]
+autopep8 = ["autopep8>=1.6.0,<2.1.0"]
42
flake8 = ["flake8>=5.0.0,<7"]
43
mccabe = ["mccabe>=0.7.0,<0.8.0"]
44
pycodestyle = ["pycodestyle>=2.9.0,<2.11.0"]
0 commit comments