diff options
Diffstat (limited to 'textproc/py-python-lsp-server/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-python-lsp-server/files/patch-pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-python-lsp-server/files/patch-pyproject.toml b/textproc/py-python-lsp-server/files/patch-pyproject.toml index 54e5758db342..e542f2a2aa7f 100644 --- a/textproc/py-python-lsp-server/files/patch-pyproject.toml +++ b/textproc/py-python-lsp-server/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2023-10-04 16:18:21 UTC +--- pyproject.toml.orig 2023-11-06 16:21:32 UTC +++ pyproject.toml @@ -27,29 +27,29 @@ all = [ @@ -10,7 +10,7 @@ - "pycodestyle>=2.11.0,<2.12.0", - "pydocstyle>=6.3.0,<6.4.0", - "pyflakes>=3.1.0,<3.2.0", -- "pylint>=2.5.0,<3", +- "pylint>=2.5.0,<3.1", + "autopep8>=2.0.4", + "flake8>=6.1.0", + "mccabe>=0.7.0", @@ -30,8 +30,8 @@ -pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"] -pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"] -pyflakes = ["pyflakes>=3.1.0,<3.2.0"] --pylint = ["pylint>=2.5.0,<3"] -+autopep8 = ["autopep8>=2.0.4"] +-pylint = ["pylint>=2.5.0,<3.1"] ++autopep8 = ["autopep8>=1.6.0"] +flake8 = ["flake8>=6.1.0"] +mccabe = ["mccabe>=0.7.0"] +pycodestyle = ["pycodestyle>=2.11.0"] @@ -43,7 +43,7 @@ +yapf = ["yapf>=0.32.0", "whatthepatch>=1.0.2"] websockets = ["websockets>=10.3"] test = [ -- "pylint>=2.5.0,<3", +- "pylint>=2.5.0,<3.1", + "pylint>=2.5.0", "pytest", "pytest-cov", |