8000
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 762853c commit 36bd41bCopy full SHA for 36bd41b
pyproject.toml
@@ -28,22 +28,22 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
28
[project.optional-dependencies]
29
all = [
30
"autopep8>=2.0.4,<2.1.0",
31
- "flake8>=6.1.0,<7",
+ "flake8>=7,<8",
32
"mccabe>=0.7.0,<0.8.0",
33
"pycodestyle>=2.11.0,<2.12.0",
34
"pydocstyle>=6.3.0,<6.4.0",
35
- "pyflakes>=3.1.0,<3.2.0",
+ "pyflakes>=3.2.0,<3.3.0",
36
"pylint>=2.5.0,<3.1",
37
"rope>=1.11.0",
38
"yapf>=0.33.0",
39
"whatthepatch>=1.0.2,<2.0.0"
40
]
41
autopep8 = ["autopep8>=1.6.0,<2.1.0"]
42
-flake8 = ["flake8>=6.1.0,<7"]
+flake8 = ["flake8>=7,<8"]
43
mccabe = ["mccabe>=0.7.0,<0.8.0"]
44
pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]
45
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
46
-pyflakes = ["pyflakes>=3.1.0,<3.2.0"]
+pyflakes = ["pyflakes>=3.2.0,<3.3.0"]
47
pylint = ["pylint>=2.5.0,<3.1"]
48
rope = ["rope>=1.11.0"]
49
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
0 commit comments