Skip to content

Commit

Permalink
fixup! TEMPORARY COMMIT - DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeTF committed Sep 25, 2024
1 parent 42bf088 commit db4d139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: uv sync --all-extras --dev

- name: Check styling
run: uv run flake8 --ignore=E123,E231,W293 fimfarchive tests
run: uv run flake8 --ignore=E123,E231,W291,W293 fimfarchive tests

- name: Check types
run: uv run mypy
Expand Down

0 comments on commit db4d139

Please sign in to comment.