sponsor Vim development Vim logo Vim Book Ad

vim-flake8 : vim-flake8 is a Vim plugin that runs the currently open file through Flake8.

 script karma  Rating 13/10, Downloaded by 2308  Comments, bugs, improvements  Vim wiki

created by
Vincent Driessen
 
script type
ftplugin
 
description
vim-flake8 is a Vim plugin that runs the currently open file through Flake8, a static syntax and style checker for Python source code. It supersedes both vim-pyflakes and vim-pep8.

Flake8 is a wrapper around PyFlakes (static syntax checker), PEP8 (style checker) and Ned's MacCabe script (complexity checker).
 
install details
Use vim-pathogen if you're not using it already. Then, simply put the contents of this repository in your ~/.vim/bundle directory.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
python_flake8.vim 1.3 2012-10-20 7.0 Vincent Driessen Added option support for --builtins and --max-complexity.
python_flake8.vim 1.2 2012-09-24 7.0 Vincent Driessen This version adds support for more configuration options, like g:flake8_max_line_length and g:flake8_ignore.
python_flake8.vim 1.1 2012-05-08 7.0 Vincent Driessen Added support for Flake8's --ignore option.
python_flake8.vim 1.0 2012-02-13 7.0 Vincent Driessen Initial upload
ip used for rating: 44.198.169.83

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github