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 da61e1d commit 2ecc7fcCopy full SHA for 2ecc7fc
.github/workflows/verify.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
# Ignore the line length rule because black will handle that
24
# and flake8 doesn't allow long comment lines.
25
- flake8 . --count --show-source --statistics --extend-ignore=E501
+ flake8 . --exclude=.tox --count --show-source --statistics --extend-ignore=E501
26
- name: Lint with black
27
28
black . --check -l 79 --diff
0 commit comments