Benjamin Greiner
605150fde0
- Bump to flake8 v7 gh#python-lsp/python-lsp-server#510 * python-lsp-server-pr510-flake8-7.patch OBS-URL: https://build.opensuse.org/request/show/1137146 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=52
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
Index: python-lsp-server-1.9.0/pyproject.toml
|
|
===================================================================
|
|
--- python-lsp-server-1.9.0.orig/pyproject.toml
|
|
+++ python-lsp-server-1.9.0/pyproject.toml
|
|
@@ -28,22 +28,22 @@ Homepage = "https://github.com/python-ls
|
|
[project.optional-dependencies]
|
|
all = [
|
|
"autopep8>=2.0.4,<2.1.0",
|
|
- "flake8>=6.1.0,<7",
|
|
+ "flake8>=7,<8",
|
|
"mccabe>=0.7.0,<0.8.0",
|
|
"pycodestyle>=2.11.0,<2.12.0",
|
|
"pydocstyle>=6.3.0,<6.4.0",
|
|
- "pyflakes>=3.1.0,<3.2.0",
|
|
+ "pyflakes>=3.2.0,<3.3.0",
|
|
"pylint>=2.5.0,<3.1",
|
|
"rope>1.2.0",
|
|
"yapf>=0.33.0",
|
|
"whatthepatch>=1.0.2,<2.0.0"
|
|
]
|
|
autopep8 = ["autopep8>=1.6.0,<2.1.0"]
|
|
-flake8 = ["flake8>=6.1.0,<7"]
|
|
+flake8 = ["flake8>=7,<8"]
|
|
mccabe = ["mccabe>=0.7.0,<0.8.0"]
|
|
pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]
|
|
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
|
|
-pyflakes = ["pyflakes>=3.1.0,<3.2.0"]
|
|
+pyflakes = ["pyflakes>=3.2.0,<3.3.0"]
|
|
pylint = ["pylint>=2.5.0,<3.1"]
|
|
rope = ["rope>1.2.0"]
|
|
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
|