8000 Raise supported Pylint upper version (#475) · python-lsp/python-lsp-server@5f53f8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f53f8e

Browse files
authored
Raise supported Pylint upper version (#475)
1 parent 2a5a953 commit 5f53f8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ all = [
3333
"pycodestyle>=2.11.0,<2.12.0",
3434
"pydocstyle>=6.3.0,<6.4.0",
3535
"pyflakes>=3.1.0,<3.2.0",
36-
"pylint>=2.5.0,<3",
36+
"pylint>=2.5.0,<3.1",
3737
"rope>1.2.0",
3838
"yapf>=0.33.0",
3939
"whatthepatch>=1.0.2,<2.0.0"
@@ -44,12 +44,12 @@ 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"]
4646
pyflakes = ["pyflakes>=3.1.0,<3.2.0"]
47-
pylint = ["pylint>=2.5.0,<3"]
47+
pylint = ["pylint>=2.5.0,<3.1"]
4848
rope = ["rope>1.2.0"]
4949
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
5050
websockets = ["websockets>=10.3"]
5151
test = [
52-
"pylint>=2.5.0,<3",
52+
"pylint>=2.5.0,<3.1",
5353
"pytest",
5454< 4015 /code>
"pytest-cov",
5555
"coverage",

0 commit comments

Comments
 (0)
0