File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,23 +33,23 @@ all = [
33
33
" pycodestyle>=2.9.0,<2.11.0" ,
34
34
" pydocstyle>=6.2.0,<6.3.0" ,
35
35
" pyflakes>=2.5.0,<3.1.0" ,
36
- " pylint>=2.5.0" ,
36
+ " pylint>=2.5.0,<3 " ,
37
37
" rope>1.2.0" ,
38
38
" yapf" ,
39
- " whatthepatch"
39
+ " whatthepatch>=1.0.2,<2.0.0 "
40
40
]
41
41
autopep8 = [" autopep8>=1.6.0,<1.7.0" ]
42
42
flake8 = [" flake8>=5.0.0,<7" ]
43
43
mccabe = [" mccabe>=0.7.0,<0.8.0" ]
44
44
pycodestyle = [" pycodestyle>=2.9.0,<2.11.0" ]
45
45
pydocstyle = [" pydocstyle>=6.2.0,<6.3.0" ]
46
46
pyflakes = [" pyflakes>=2.5.0,<3.1.0" ]
47
- pylint = [" pylint>=2.5.0" ]
47
+ pylint = [" pylint>=2.5.0,<3 " ]
48
48
rope = [" rope>1.2.0" ]
49
49
yapf = [" yapf" , " whatthepatch>=1.0.2,<2.0.0" ]
50
50
websockets = [" websockets>=10.3" ]
51
51
test = [
52
- " pylint>=2.5.0" ,
52
+ " pylint>=2.5.0,<3 " ,
53
53
" pytest" ,
54
54
" pytest-cov" ,
55
55
" coverage" ,
You can’t perform that action at this time.
0 commit comments