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 1ad8ec4 commit e13b801Copy full SHA for e13b801
Makefile
@@ -59,10 +59,10 @@ requirements/%.txt: uv.lock
59
LINT_TARGETS=$(PYTHON_MODULE) tests $(EXTRA_LINT_TARGETS)
60
61
lint:
62
- @ $(UV_RUN) ruff check --preview --output-format=concise $(LINT_TARGETS)
+ @ $(UV_RUN) ruff check --output-format=concise $(LINT_TARGETS)
63
64
lint-fix:
65
- @ $(UV_RUN) ruff check --preview --fix $(LINT_TARGETS)
+ @ $(UV_RUN) ruff check --fix $(LINT_TARGETS)
66
67
format:
68
@ $(UV_RUN) ruff format $(LINT_TARGETS)
0 commit comments