Skip to content

Commit 60d1386

Browse files
committed
cursor(rules[dev-loop]) Use --show-fixes in ruff check
1 parent 677aa96 commit 60d1386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cursor/rules/dev-loop.mdc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ uv run mypy
1616
Lint:
1717

1818
```
19-
uv run ruff check . --fix; uv run ruff format .;
19+
uv run ruff check . --fix --show-fixes; uv run ruff format .;
2020
```
2121

2222
Check tests:

0 commit comments

Comments
 (0)