We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>=3.1,<4
1 parent f69ed84 commit 803bb88Copy full SHA for 803bb88
pyproject.toml
@@ -33,7 +33,7 @@ all = [
33
"pycodestyle>=2.11.0,<2.12.0",
34
"pydocstyle>=6.3.0,<6.4.0",
35
"pyflakes>=3.2.0,<3.3.0",
36
- "pylint>=2.5.0,<3.1",
+ "pylint>=3.1,<4",
37
"rope>=1.11.0",
38
"yapf>=0.33.0",
39
"whatthepatch>=1.0.2,<2.0.0"
@@ -44,12 +44,12 @@ mccabe = ["mccabe>=0.7.0,<0.8.0"]
44
pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]
45
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
46
pyflakes = ["pyflakes>=3.2.0,<3.3.0"]
47
-pylint = ["pylint>=2.5.0,<3.1"]
+pylint = ["pylint>=3.1,<4"]
48
rope = ["rope>=1.11.0"]
49
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
50
websockets = ["websockets>=10.3"]
51
test = [
52
53
"pytest",
54
"pytest-cov",
55
"coverage",
0 commit comments