Commit 61f5cf9
committed
chore(ruff) ruff v0.12 aggressive fixes
uv run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; uv run ruff format .
Fixed 1 error:
- scripts/generate_gitlab.py:
1 × ISC003 (explicit-string-concatenation)
Found 322 errors (1 fixed, 321 remaining).1 parent f0614c1 commit 61f5cf9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments