Skip to content

Commit 803bb88

Browse files
authored
Bump pylint to >=3.1,<4 (#543)
1 parent f69ed84 commit 803bb88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
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.2.0,<3.3.0",
36-
"pylint>=2.5.0,<3.1",
36+
"pylint>=3.1,<4",
3737
"rope>=1.11.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.2.0,<3.3.0"]
47-
pylint = ["pylint>=2.5.0,<3.1"]
47+
pylint = ["pylint>=3.1,<4"]
4848
rope = ["rope>=1.11.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.1",
52+
"pylint>=3.1,<4",
5353
"pytest",
5454
"pytest-cov",
5555
"coverage",

0 commit comments

Comments
 (0)