Skip to content

Commit

Permalink
Show ruff diff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Dec 12, 2023
1 parent dd97b02 commit dbf7a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: Lint
run: |
ruff --version
ruff format --check .
ruff check .
ruff format --check --diff .
ruff check --diff .

0 comments on commit dbf7a33

Please sign in to comment.