We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01669c9 commit 766f032Copy full SHA for 766f032
setup.py
@@ -268,7 +268,7 @@
268
'flake8==3.7.9;python_version<"3.5"',
269
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"',
270
'flake8==4.0.1;python_version>="3.6"',
271
- 'mccabe==0.6.1',
+ "mccabe==0.6.1",
272
'pyflakes==2.1.1;python_version<"3.5"',
273
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"',
274
'pyflakes==2.4.0;python_version>="3.6"',
0 commit comments