X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/44e9cd4a03df470adb24b958ae4b9e47ee890315..2cb3c2a0507c78d1609d3d22addb619cbeb97769:/README.md?ds=sidebyside diff --git a/README.md b/README.md index fa5382c..afb160e 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". @@ -674,7 +675,7 @@ Configuration: To install with [vim-plug](https://github.com/junegunn/vim-plug): ``` -Plug 'ambv/black', +Plug 'ambv/black' ``` or with [Vundle](https://github.com/VundleVim/Vundle.vim):