diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index a15f2f89..16100f5d 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -948,9 +948,10 @@ var = "terrible code down here..." ### Black Config file -- .github/linters/.python-black -- You can pass multiple rules and overwrite default rules +- `.github/linters/.python-black` + - You can pass multiple rules and overwrite default rules - File should be located at: .github/linters/.python-black +- [Python Black compatible configurations](https://github.com/psf/black/blob/master/docs/compatible_configs.md) ### Black disable single line