diff --git a/Makefile b/Makefile index bc765b39..5f1aa6c6 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ruff_format: poetry run ruff format . ruff: - ruff . + ruff check . watch_ruff: if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) ruff; else $(MAKE) ruff entr_warn; fi