docs: fix name of magic-trailing-comma option in README (#8200)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Ran Isenberg 2023-10-25 09:31:43 +03:00 committed by GitHub
parent 23b55aea30
commit 1ee73bdedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ quote-style = "double"
indent-style = "space"
# Like Black, respect magic trailing commas.
magic-trailing-comma = "respect"
skip-magic-trailing-comma = false
# Like Black, automatically detect the appropriate line ending.
line-ending = "auto"