Skip to content

Commit

Permalink
ci: run ruff instead of flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Apr 15, 2024
1 parent 3d3652c commit f3d3dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
with:
cmd: install

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

0 comments on commit f3d3dac

Please sign in to comment.