Skip to content

Commit

Permalink
Update linter path
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Dec 5, 2024
1 parent fa2e250 commit c782d0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
run: |
ruff check --statistics *.py
ruff check --statistics apps/
ruff check --ignore D205 tests/
- name: Format
run: |
ruff format --check *.py
ruff format --check apps/
ruff format --check tests/

0 comments on commit c782d0e

Please sign in to comment.