Skip to content

Commit 36bd41b

Browse files
authored
Bump flake8 to version 7 (#510)
1 parent 762853c commit 36bd41b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
2828
[project.optional-dependencies]
2929
all = [
3030
"autopep8>=2.0.4,<2.1.0",
31-
"flake8>=6.1.0,<7",
31+
"flake8>=7,<8",
3232
"mccabe>=0.7.0,<0.8.0",
3333
"pycodestyle>=2.11.0,<2.12.0",
3434
"pydocstyle>=6.3.0,<6.4.0",
35-
"pyflakes>=3.1.0,<3.2.0",
35+
"pyflakes>=3.2.0,<3.3.0",
3636
"pylint>=2.5.0,<3.1",
3737
"rope>=1.11.0",
3838
"yapf>=0.33.0",
3939
"whatthepatch>=1.0.2,<2.0.0"
4040
]
4141
autopep8 = ["autopep8>=1.6.0,<2.1.0"]
42-
flake8 = ["flake8>=6.1.0,<7"]
42+
flake8 = ["flake8>=7,<8"]
4343
mccabe = ["mccabe>=0.7.0,<0.8.0"]
4444
pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]
4545
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
46-
pyflakes = ["pyflakes>=3.1.0,<3.2.0"]
46+
pyflakes = ["pyflakes>=3.2.0,<3.3.0"]
4747
pylint = ["pylint>=2.5.0,<3.1"]
4848
rope = ["rope>=1.11.0"]
4949
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]

0 commit comments

Comments
 (0)