Skip to content

Commit

Permalink
chore(github): update ci to use ruff instead of other tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Oct 29, 2023
1 parent ac9f671 commit 76fd63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Run linter
run: |
find . -name '*.py' | xargs poetry run add-trailing-comma
poetry run flake8
ruff check .
ruff format --diff .
- name: Run tests
run: poetry run ./manage.py test

0 comments on commit 76fd63f

Please sign in to comment.