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 = [
3333 " pycodestyle>=2.11.0,<2.12.0" ,
3434 " pydocstyle>=6.3.0,<6.4.0" ,
3535 " pyflakes>=3.1.0,<3.2.0" ,
36- " pylint>=2.5.0,<3" ,
36+ " pylint>=2.5.0,<3.1 " ,
3737 " rope>1.2.0" ,
3838 " yapf>=0.33.0" ,
3939 " whatthepatch>=1.0.2,<2.0.0"
@@ -44,12 +44,12 @@ mccabe = ["mccabe>=0.7.0,<0.8.0"]
4444pycodestyle = [" pycodestyle>=2.11.0,<2.12.0" ]
4545pydocstyle = [" pydocstyle>=6.3.0,<6.4.0" ]
4646pyflakes = [" pyflakes>=3.1.0,<3.2.0" ]
47- pylint = [" pylint>=2.5.0,<3" ]
47+ pylint = [" pylint>=2.5.0,<3.1 " ]
4848rope = [" rope>1.2.0" ]
4949yapf = [" yapf>=0.33.0" , " whatthepatch>=1.0.2,<2.0.0" ]
5050websockets = [" websockets>=10.3" ]
5151test = [
52- " pylint>=2.5.0,<3" ,
52+ " pylint>=2.5.0,<3.1 " ,
5353 " pytest" ,
5454 " pytest-cov" ,
5555 " coverage" ,
You can’t perform that action at this time.
0 commit comments