X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/44e9cd4a03df470adb24b958ae4b9e47ee890315..85eeea12837bdf4d2eb16506eedd2ba4f8a781f9:/README.md 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".