From 87cec4c11c033860986fcd8e86804b0c44d2c79e Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 2 Sep 2020 09:33:46 -0500 Subject: [PATCH] Adding linkage --- docs/disabling-linters.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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