Skip to content

Commit

Permalink
Adding linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
admiralAwkbar committed Sep 2, 2020
1 parent f5e39e5 commit 87cec4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/disabling-linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87cec4c

Please sign in to comment.