Skip to content

Commit a3388bf

Browse files
committed
fix: call ruff check command
1 parent 2173760 commit a3388bf

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)