File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ pytest-cov==3.0.0;python_version>="3.6"
135
135
flake8 == 3.7.9 ;python_version < "3.5"
136
136
flake8 == 3.9.2 ;python_version >= "3.5" and python_version<"3.6"
137
137
flake8 == 4.0.1 ;python_version >= "3.6"
138
+ mccabe == 0.6.1
138
139
pyflakes == 2.1.1 ;python_version < "3.5"
139
140
pyflakes == 2.3.1 ;python_version >= "3.5" and python_version<"3.6"
140
141
pyflakes == 2.4.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 263
263
'flake8==3.7.9;python_version<"3.5"' ,
264
264
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"' ,
265
265
'flake8==4.0.1;python_version>="3.6"' ,
266
+ 'mccabe==0.6.1' ,
266
267
'pyflakes==2.1.1;python_version<"3.5"' ,
267
268
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"' ,
268
269
'pyflakes==2.4.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments