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 @@ -35,7 +35,7 @@ all = [
3535 " pycodestyle>=2.12.0,<2.13.0" ,
3636 " pydocstyle>=6.3.0,<6.4.0" ,
3737 " pyflakes>=3.2.0,<3.3.0" ,
38- " pylint>=3.1,<4" ,
38+ " pylint>=3.1,<4.1.0 " ,
3939 " rope>=1.11.0" ,
4040 " yapf>=0.33.0" ,
4141 " whatthepatch>=1.0.2,<2.0.0"
@@ -46,12 +46,12 @@ mccabe = ["mccabe>=0.7.0,<0.8.0"]
4646pycodestyle = [" pycodestyle>=2.12.0,<2.13.0" ]
4747pydocstyle = [" pydocstyle>=6.3.0,<6.4.0" ]
4848pyflakes = [" pyflakes>=3.2.0,<3.3.0" ]
49- pylint = [" pylint>=3.1,<4" ]
49+ pylint = [" pylint>=3.1,<4.1.0 " ]
5050rope = [" rope>=1.11.0" ]
5151yapf = [" yapf>=0.33.0" , " whatthepatch>=1.0.2,<2.0.0" ]
5252websockets = [" websockets>=10.3" ]
5353test = [
54- " pylint>=3.1,<4" ,
54+ " pylint>=3.1,<4.1.0 " ,
5555 " pytest" ,
5656 " pytest-cov" ,
5757 " coverage" ,
You can’t perform that action at this time.
0 commit comments