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.
--show-fixes
ruff check
1 parent c719850 commit 16d3742Copy full SHA for 16d3742
.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