X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/80338e1657cb1369479d7da0b4fe09200ffeb34d..cac78c40c561325dbd3172552b958abd8c5bf6a0:/README.mdown?ds=inline diff --git a/README.mdown b/README.mdown index 064594b..56bfe43 100644 --- a/README.mdown +++ b/README.mdown @@ -41,6 +41,9 @@ enable this, add the following line to your `.vimrc` file (thanks autocmd BufWritePost *.py call Flake8() +To ignore errors, in your .vimrc: + + g:flake8_ignore=E501,W293 This plugin goes well together with the following plugin: