Skip to content

Commit c7aa032

Browse files
authored
🔨 Use ruff check command in format script (#121)
1 parent eb3a5f5 commit c7aa032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -x
33
set -e
44

5-
ruff src tests scripts --fix
5+
ruff check src tests scripts --fix
66
ruff format src tests scripts

0 commit comments

Comments
 (0)