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 4ebece5 commit 443fc14Copy full SHA for 443fc14
pyproject.toml
@@ -35,7 +35,7 @@ all = [
35
"pycodestyle>=2.12.0,<2.13.0",
36
"pydocstyle>=6.3.0,<6.4.0",
37
"pyflakes>=3.2.0,<3.3.0",
38
-"pylint>=3.1,<4",
+"pylint>=3.1,<4.1.0",
39
"rope>=1.11.0",
40
"yapf>=0.33.0",
41
"whatthepatch>=1.0.2,<2.0.0"
@@ -46,12 +46,12 @@ mccabe = ["mccabe>=0.7.0,<0.8.0"]
46
pycodestyle = ["pycodestyle>=2.12.0,<2.13.0"]
47
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
48
pyflakes = ["pyflakes>=3.2.0,<3.3.0"]
49
-pylint = ["pylint>=3.1,<4"]
+pylint = ["pylint>=3.1,<4.1.0"]
50
rope = ["rope>=1.11.0"]
51
yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"]
52
websockets = ["websockets>=10.3"]
53
test = [
54
55
"pytest",
56
"pytest-cov",
57
"coverage",
0 commit comments