From 85eeea12837bdf4d2eb16506eedd2ba4f8a781f9 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 19 Oct 2018 08:58:33 +0300 Subject: [PATCH] Link to Bugbear's documentation (#577) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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". -- 2.39.5