Adding linkage

This commit is contained in:
Lucas Gravley 2020-09-02 09:33:46 -05:00
parent f5e39e5aad
commit 87cec4c11c

View file

@ -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