File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ all = [
33
33
" pycodestyle>=2.11.0,<2.12.0" ,
34
34
" pydocstyle>=6.3.0,<6.4.0" ,
35
35
" pyflakes>=3.2.0,<3.3.0" ,
36
- " pylint>=2.5.0,< 3.1" ,
36
+ " pylint>=3.1,<4 " ,
37
37
" rope>=1.11.0" ,
38
38
" yapf>=0.33.0" ,
39
39
" whatthepatch>=1.0.2,<2.0.0"
@@ -44,12 +44,12 @@ mccabe = ["mccabe>=0.7.0,<0.8.0"]
44
44
pycodestyle = [" pycodestyle>=2.11.0,<2.12.0" ]
45
45
pydocstyle = [" pydocstyle>=6.3.0,<6.4.0" ]
46
46
pyflakes = [" pyflakes>=3.2.0,<3.3.0" ]
47
- pylint = [" pylint>=2.5.0,< 3.1" ]
47
+ pylint = [" pylint>=3.1,<4 " ]
48
48
rope = [" rope>=1.11.0" ]
49
49
yapf = [" yapf>=0.33.0" , " whatthepatch>=1.0.2,<2.0.0" ]
50
50
websockets = [" websockets>=10.3" ]
51
51
test = [
52
- " pylint>=2.5.0,< 3.1" ,
52
+ " pylint>=3.1,<4 " ,
53
53
" pytest" ,
54
54
" pytest-cov" ,
55
55
" coverage" ,
You can’t perform that action at this time.
0 commit comments