Skip to content

Commit 2ecc7fc

Browse files
rupa deadwylerrupa
authored andcommitted
add .tox to flake8 excludes
1 parent da61e1d commit 2ecc7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
# Ignore the line length rule because black will handle that
2424
# and flake8 doesn't allow long comment lines.
25-
flake8 . --count --show-source --statistics --extend-ignore=E501
25+
flake8 . --exclude=.tox --count --show-source --statistics --extend-ignore=E501
2626
- name: Lint with black
2727
run: |
2828
black . --check -l 79 --diff

0 commit comments

Comments
 (0)