Skip to content

Commit

Permalink
🔨 Use ruff check command in format script (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavienRx authored Dec 3, 2024
1 parent eb3a5f5 commit c7aa032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -x
set -e

ruff src tests scripts --fix
ruff check src tests scripts --fix
ruff format src tests scripts

0 comments on commit c7aa032

Please sign in to comment.