X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/111a34f1c1abc408e26898a214e852d3a3a81560..fc04a1123eb6b2aa855eddfcee6da7a04ca0408c:/README.mdown diff --git a/README.mdown b/README.mdown index 0694399..e32260d 100644 --- a/README.mdown +++ b/README.mdown @@ -40,6 +40,10 @@ If you want to change the max line length for PEP8: let g:flake8_max_line_length=99 +To set the maximum [McCabe complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) before a warning is issued: + + let g:flake8_max_complexity=10 + To cutomize the location of your flake8 binary, set `g:flake8_cmd`: let g:flake8_cmd="/opt/strangebin/flake8000"