Link to Bugbear's documentation (#577)

This commit is contained in:
Hugo 2018-10-19 08:58:33 +03:00 committed by Jelle Zijlstra
parent 44e9cd4a03
commit 85eeea1283

View File

@ -280,7 +280,8 @@ ignore = E501
```
You'll find *Black*'s own .flake8 config file is configured like this.
If you're curious about the reasoning behind B950, Bugbear's documentation
If you're curious about the reasoning behind B950,
[Bugbear's documentation](https://github.com/PyCQA/flake8-bugbear#opinionated-warnings)
explains it. The tl;dr is "it's like highway speed limits, we won't
bother you if you overdo it by a few km/h".