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.
2 parents 5642dae + 436b287 commit a8c0cadCopy full SHA for a8c0cad
requirements.txt
@@ -8,7 +8,9 @@ GitPython==3.1.14; python_version >= '3.0' and python_version < '3.6'
8
GitPython; python_version >= '3.6' or python_version <= '3.0'
9
10
# autopep8
11
-autopep8
+# stick to older autopep8 with Python 2.7, since autopep8 1.7.0 requires pycodestyle>=2.9.1 (which is Python 3 only)
12
+autopep8<1.7.0; python_version < '3.0'
13
+autopep8; python_version >= '3.0'
14
15
# PyYAML
16
PyYAML
0 commit comments