We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b89b2 commit 86300deCopy full SHA for 86300de
Makefile
@@ -58,6 +58,7 @@ format: PYTHON_FILES=.
58
format_diff: PYTHON_FILES=$(shell git diff --relative= --name-only --diff-filter=d main '*.py' '*.ipynb')
59
60
format format_diff:
61
+ [ "$(PYTHON_FILES)" = "" ] || ruff check --select I $(PYTHON_FILES) --fix
62
[ "$(PYTHON_FILES)" = "" ] || ruff check $(PYTHON_FILES) --fix
63
[ "$(PYTHON_FILES)" = "" ] || ruff format $(PYTHON_FILES)
64
0 commit comments