Skip to content

Commit d20ec4a

Browse files
bump allowed pylint to <4.1
1 parent 6a24326 commit d20ec4a

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
@@ -35,7 +35,7 @@ all = [
3535
"pycodestyle>=2.12.0,<2.13.0",
3636
"pydocstyle>=6.3.0,<6.4.0",
3737
"pyflakes>=3.2.0,<3.3.0",
38-
"pylint>=3.1,<4",
38+
"pylint>=3.1,<4.1.0",
3939
"rope>=1.11.0",
4040
"yapf>=0.33.0",
4141
"whatthepatch>=1.0.2,<2.0.0"
@@ -46,12 +46,12 @@ mccabe = ["mccabe>=0.7.0,<0.8.0"]
4646
pycodestyle = ["pycodestyle>=2.12.0,<2.13.0"]
4747
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
4848
pyflakes = ["pyflakes>=3.2.0,<3.3.0"]
49-
pylint = ["pylint>=3.1,<4"]
49+
pylint = ["pylint>=3.1,<4.1.0"]
5050
rope = ["rope>=1.11.0"]
5151
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
5252
websockets = ["websockets>=10.3"]
5353
test = [
54-
"pylint>=3.1,<4",
54+
"pylint>=3.1,<4.1.0",
5555
"pytest",
5656
"pytest-cov",
5757
"coverage",

0 commit comments

Comments
 (0)