Skip to content

Commit 61f5cf9

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
if result != "y":
6363
log.info(
6464
f"Aborting per user request as existing config file ({config_filename})"
65-
+ " should not be overwritten!",
65+
" should not be overwritten!",
6666
)
6767
sys.exit(0)
6868

0 commit comments

Comments
 (0)