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 9e2400e commit 3732199Copy full SHA for 3732199
.github/workflows/main.yml
@@ -38,9 +38,9 @@ jobs:
38
- name: Test black
39
run: tox -e black
40
if: matrix.python-version == '3.6'
41
-# - name: Test flake8
42
-# run: tox -e flake8
43
-# if: matrix.python-version == '3.6'
+ - name: Test flake8
+ run: tox -e flake8
+ if: matrix.python-version == '3.6'
44
# - name: Test docs
45
# run: tox -e docs
46
# if: matrix.python-version == '3.6'
0 commit comments