We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff check
1 parent 6c1d2a5 commit 03adf56Copy full SHA for 03adf56
1 file changed
Makefile
@@ -33,7 +33,7 @@ ruff_format:
33
poetry run ruff format .
34
35
ruff:
36
- ruff .
+ poetry run ruff check .
37
38
watch_ruff:
39
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) ruff; else $(MAKE) ruff entr_warn; fi
0 commit comments