File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ pytest-cov==2.12.1;python_version<"3.6"
124
124
pytest-cov == 3.0.0 ;python_version >= "3.6"
125
125
flake8 == 3.7.9 ;python_version < "3.6"
126
126
flake8 == 5.0.2 ;python_version >= "3.6"
127
- mccabe == 0.7.0
127
+ mccabe == 0.6.1 ;python_version < "3.6"
128
+ mccabe == 0.7.0 ;python_version >= "3.6"
128
129
pyflakes == 2.1.1 ;python_version < "3.6"
129
130
pyflakes == 2.5.0 ;python_version >= "3.6"
130
131
pycodestyle == 2.5.0 ;python_version < "3.6"
Original file line number Diff line number Diff line change 254
254
"flake" : [
255
255
'flake8==3.7.9;python_version<"3.6"' ,
256
256
'flake8==5.0.2;python_version>="3.6"' ,
257
- "mccabe==0.7.0" ,
257
+ 'mccabe==0.6.1;python_version<"3.6"' ,
258
+ 'mccabe==0.7.0;python_version>="3.6"' ,
258
259
'pyflakes==2.1.1;python_version<"3.6"' ,
259
260
'pyflakes==2.5.0;python_version>="3.6"' ,
260
261
'pycodestyle==2.5.0;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments