From: Hugo Date: Fri, 19 Oct 2018 05:58:33 +0000 (+0300) Subject: Link to Bugbear's documentation (#577) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/85eeea12837bdf4d2eb16506eedd2ba4f8a781f9?ds=sidebyside;pf=etc Link to Bugbear's documentation (#577) --- diff --git a/README.md b/README.md index fa5382c..1879849 100644 --- a/README.md +++ b/README.md @@ -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".