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"
124124pytest-cov == 3.0.0 ;python_version >= "3.6"
125125flake8 == 3.7.9 ;python_version < "3.6"
126126flake8 == 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"
128129pyflakes == 2.1.1 ;python_version < "3.6"
129130pyflakes == 2.5.0 ;python_version >= "3.6"
130131pycodestyle == 2.5.0 ;python_version < "3.6"
Original file line number Diff line number Diff line change 254254 "flake" : [
255255 'flake8==3.7.9;python_version<"3.6"' ,
256256 '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"' ,
258259 'pyflakes==2.1.1;python_version<"3.6"' ,
259260 'pyflakes==2.5.0;python_version>="3.6"' ,
260261 'pycodestyle==2.5.0;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments