mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:09:22 +00:00
docs: fix name of magic-trailing-comma
option in README (#8200)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
23b55aea30
commit
1ee73bdedf
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ quote-style = "double"
|
||||||
indent-style = "space"
|
indent-style = "space"
|
||||||
|
|
||||||
# Like Black, respect magic trailing commas.
|
# Like Black, respect magic trailing commas.
|
||||||
magic-trailing-comma = "respect"
|
skip-magic-trailing-comma = false
|
||||||
|
|
||||||
# Like Black, automatically detect the appropriate line ending.
|
# Like Black, automatically detect the appropriate line ending.
|
||||||
line-ending = "auto"
|
line-ending = "auto"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue