Skip to content

Commit

Permalink
CI: add ignore error for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue committed Nov 21, 2023
1 parent 4a2a611 commit 16eeadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: flake8
working-directory: ./scripts
run: flake8 --ignore=E402
run: flake8 --ignore E402,W504

- name: mypy
working-directory: ./scripts
Expand Down

0 comments on commit 16eeadb

Please sign in to comment.