Skip to content

Commit

Permalink
Raise supported Pylint upper version (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Oct 31, 2023
1 parent 2a5a953 commit 5f53f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ all = [
"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",
"rope>1.2.0",
"yapf>=0.33.0",
"whatthepatch>=1.0.2,<2.0.0"
Expand All @@ -44,12 +44,12 @@ mccabe = ["mccabe>=0.7.0,<0.8.0"]
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"]
pylint = ["pylint>=2.5.0,<3.1"]
rope = ["rope>1.2.0"]
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
websockets = ["websockets>=10.3"]
test = [
"pylint>=2.5.0,<3",
"pylint>=2.5.0,<3.1",
"pytest",
"pytest-cov",
"coverage",
Expand Down

0 comments on commit 5f53f8e

Please sign in to comment.