Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 35c5ba4

Browse files
committed
cursor(rules[dev-loop]) Use --show-fixes in ruff check
1 parent 8c333d6 commit 35c5ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.cursor/rules/dev-loop.mdc‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /