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 13, 2024
1 parent 000084b commit 6e1cdbf
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 6e1cdbf

Please sign in to comment.