Skip to content

Commit 182f6f5

Browse files
committed
Update ruff invocation
1 parent 14fcbf6 commit 182f6f5

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)