Skip to content

Commit

Permalink
fix(ruff): update ruff CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Pecoraro committed Aug 12, 2024
1 parent 4efc274 commit 5aa483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check Python formatting
run: nix develop -c -- black --check --diff --color .
- name: Ruff
run: nix develop -c -- ruff .
run: nix develop -c -- ruff check .

build-nix:
strategy:
Expand Down

0 comments on commit 5aa483a

Please sign in to comment.