We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762853c commit e2b5e58Copy full SHA for e2b5e58
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