mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Adding linkage
This commit is contained in:
parent
f5e39e5aad
commit
87cec4c11c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue