Skip to content

Commit

Permalink
fix(ci): specify flake8 config explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Apr 9, 2024
1 parent 572246f commit 2b9e6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Run Flake8 on src
run: |
poetry run flake8 src
poetry run flake8 --config src/.flake8 src
- name: Run DB migration for test
run: |
Expand Down

0 comments on commit 2b9e6f3

Please sign in to comment.