8000 Add top constraint to Pylint and fix constraint for `whatthepatch` (#… · rookiecoder1st/python-lsp-server@db21bd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit db21bd5

Browse files
authored
Add top constraint to Pylint and fix constraint for whatthepatch (python-lsp#333)
1 parent ce913f1 commit db21bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ all = [
3333
"pycodestyle>=2.9.0,<2.11.0",
3434
"pydocstyle>=6.2.0,<6.3.0",
3535
"pyflakes>=2.5.0,<3.1.0",
36-
"pylint>=2.5.0",
36+
"pylint>=2.5.0,<3",
3737
"rope>1.2.0",
3838
"yapf",
39-
"whatthepatch"
39+
"whatthepatch>=1.0.2,<2.0.0"
4040
]
4141
autopep8 = ["autopep8>=1.6.0,<1.7.0"]
4242
flake8 = ["flake8>=5.0.0,<7"]
4343
mccabe = ["mccabe>=0.7.0,<0.8.0"]
4444
pycodestyle = ["pycodestyle>=2.9.0,<2.11.0"]
4545
pydocstyle = ["pydocstyle>=6.2.0,<6.3.0"]
4646
pyflakes = ["pyflakes>=2.5.0,<3.1.0"]
47-
pylint = ["pylint>=2.5.0"]
47+
pylint = ["pylint>=2.5.0,<3"]
4848
rope = ["rope>1.2.0"]
4949
yapf = ["yapf", "whatthepatch>=1.0.2,<2.0.0"]
5050
websockets = ["websockets>=10.3"]
5151
test = [
52-
"pylint>=2.5.0",
52+
"pylint>=2.5.0,<3",
5353
"pytest",
5454
"pytest-cov",
5555
"coverage",

0 commit comments

Comments
 (0)
0