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 87bfeb7 commit 24dc049Copy full SHA for 24dc049
.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