We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066aad9 commit 9b0a31eCopy full SHA for 9b0a31e
Makefile
@@ -6,7 +6,7 @@ build:
6
lint:
7
codespell *.sh */*.py
8
shellcheck *.sh
9
- ruff -n package/*.py
+ ruff check -qn package/*.py
10
yamllint .github/
11
12
clean:
0 commit comments