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"
135135flake8 == 3.7.9 ;python_version < "3.5"
136136flake8 == 3.9.2 ;python_version >= "3.5" and python_version<"3.6"
137137flake8 == 4.0.1 ;python_version >= "3.6"
138+ mccabe == 0.6.1
138139pyflakes == 2.1.1 ;python_version < "3.5"
139140pyflakes == 2.3.1 ;python_version >= "3.5" and python_version<"3.6"
140141pyflakes == 2.4.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 263263 'flake8==3.7.9;python_version<"3.5"' ,
264264 'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"' ,
265265 'flake8==4.0.1;python_version>="3.6"' ,
266+ 'mccabe==0.6.1' ,
266267 'pyflakes==2.1.1;python_version<"3.5"' ,
267268 'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"' ,
268269 'pyflakes==2.4.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments