Skip to content

Commit 3732199

Browse files
committed
chore: enable flake8 testing on CI
1 parent 9e2400e commit 3732199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Test black
3939
run: tox -e black
4040
if: matrix.python-version == '3.6'
41-
# - name: Test flake8
42-
# run: tox -e flake8
43-
# if: matrix.python-version == '3.6'
41+
- name: Test flake8
42+
run: tox -e flake8
43+
if: matrix.python-version == '3.6'
4444
# - name: Test docs
4545
# run: tox -e docs
4646
# if: matrix.python-version == '3.6'

0 commit comments

Comments
 (0)