Skip to content

Commit 03adf56

Browse files
committed
Makefile(ruff) to ruff check
1 parent 6c1d2a5 commit 03adf56

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
@@ -33,7 +33,7 @@ ruff_format:
3333
poetry run ruff format .
3434

3535
ruff:
36-
ruff .
36+
poetry run ruff check .
3737

3838
watch_ruff:
3939
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) ruff; else $(MAKE) ruff entr_warn; fi

0 commit comments

Comments
 (0)