Skip to content

Commit 9b0a31e

Browse files
committed
Update ruff invocation
1 parent 066aad9 commit 9b0a31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
lint:
77
codespell *.sh */*.py
88
shellcheck *.sh
9-
ruff -n package/*.py
9+
ruff check -qn package/*.py
1010
yamllint .github/
1111

1212
clean:

0 commit comments

Comments
 (0)