We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--show-fixes
ruff check
1 parent 677aa96 commit 60d1386Copy full SHA for 60d1386
.cursor/rules/dev-loop.mdc
@@ -16,7 +16,7 @@ uv run mypy
16
Lint:
17
18
```
19
-uv run ruff check . --fix; uv run ruff format .;
+uv run ruff check . --fix --show-fixes; uv run ruff format .;
20
21
22
Check tests:
0 commit comments