Skip to content

Commit f4c2cee

Browse files
committed
fix(ruff): remove skip-magic-trailing-comma setting
Drop the obsolete format option so the template Ruff config stays valid with current formatter behavior.
1 parent 4472105 commit f4c2cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/.config/linters/.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ show-fixes = true
99

1010
[format]
1111
docstring-code-format = true
12-
skip-magic-trailing-comma = true
1312

1413
[lint]
1514
explicit-preview-rules = true

0 commit comments

Comments
 (0)