Skip to content

Commit 3d33d8b

Browse files
committed
workflows: ignore some flake8 checks
These conflict with black's formatting.
1 parent 703b90b commit 3d33d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: poetry install
2525
run: poetry install
2626
- name: flake8
27-
run: poetry run flake8 --ignore E501
27+
run: poetry run flake8 --ignore=E501,E203,W503
2828
mypy:
2929
runs-on: ubuntu-latest
3030
steps:

0 commit comments

Comments
 (0)