Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a wrong setting in configuration.md (#8186)
## Summary The previous configuration for `ruff` contained an unrecognized field `magic-trailing-comma` set to "respect". As of version 0.1.2 of `ruff`, this field was not recognized and resulted in a TOML parse error when running the `ruff format .` command. This change removes the `magic-trailing-comma` field and adds the recognized `skip-magic-trailing-comma` field set to `false`. ## Test Plan Tested locally with `ruff` 0.1.2.
- Loading branch information