Skip to content

Commit

Permalink
Use ruff in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Mar 16, 2024
1 parent 00867c3 commit a4403df
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 @@ -63,5 +63,5 @@ jobs:
- name: Run style checks
run: python -m black . --check

- name: Run PEP8 style checks
run: python -m flake8
- name: Run ruff linter
run: python -m ruff check .

0 comments on commit a4403df

Please sign in to comment.