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 = [
3333 " pycodestyle>=2.9.0,<2.11.0" ,
3434 " pydocstyle>=6.2.0,<6.3.0" ,
3535 " pyflakes>=2.5.0,<3.1.0" ,
36- " pylint>=2.5.0" ,
36+ " pylint>=2.5.0,<3 " ,
3737 " rope>1.2.0" ,
3838 " yapf" ,
39- " whatthepatch"
39+ " whatthepatch>=1.0.2,<2.0.0 "
4040]
4141autopep8 = [" autopep8>=1.6.0,<1.7.0" ]
4242flake8 = [" flake8>=5.0.0,<7" ]
4343mccabe = [" mccabe>=0.7.0,<0.8.0" ]
4444pycodestyle = [" pycodestyle>=2.9.0,<2.11.0" ]
4545pydocstyle = [" pydocstyle>=6.2.0,<6.3.0" ]
4646pyflakes = [" pyflakes>=2.5.0,<3.1.0" ]
47- pylint = [" pylint>=2.5.0" ]
47+ pylint = [" pylint>=2.5.0,<3 " ]
4848rope = [" rope>1.2.0" ]
4949yapf = [" yapf" , " whatthepatch>=1.0.2,<2.0.0" ]
5050websockets = [" websockets>=10.3" ]
5151test = [
52- " pylint>=2.5.0" ,
52+ " pylint>=2.5.0,<3 " ,
5353 " pytest" ,
5454 " pytest-cov" ,
5555 " coverage" ,
You can’t perform that action at this time.
0 commit comments