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 40124c6 commit e341198Copy full SHA for e341198
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",
@@ -39,7 +39,7 @@ all = [
39
"toml",
40
"whatthepatch>=1.0.2,<2.0.0"
41
]
42
-autopep8 = ["autopep8>=1.6.0,<1.7.0"]
+autopep8 = ["autopep8>=1.6.0,<2.1.0"]
43
flake8 = ["flake8>=5.0.0,<7"]
44
mccabe = ["mccabe>=0.7.0,<0.8.0"]
45
pycodestyle = ["pycodestyle>=2.9.0,<2.11.0"]
0 commit comments