8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5a953 commit 5f53f8eCopy full SHA for 5f53f8e
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.1.0,<3.2.0",
36
- "pylint>=2.5.0,<3",
+ "pylint>=2.5.0,<3.1",
37
"rope>1.2.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.1.0,<3.2.0"]
47
-pylint = ["pylint>=2.5.0,<3"]
+pylint = ["pylint>=2.5.0,<3.1"]
48
rope = ["rope>1.2.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
54< 4015 /code>
"pytest-cov",
55
"coverage",
0 commit comments