Skip to content

Commit

Permalink
Ignore codes E704 for flake8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Jun 5, 2024
1 parent 56e119b commit 8f3d4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
pip install -r requirements.txt
- name: flake8
run: flake8 .
run: flake8 --extend-ignore=E704 .
- name: isort
run: isort --diff --check .
- name: Black
Expand Down

0 comments on commit 8f3d4c1

Please sign in to comment.