Skip to content

Commit

Permalink
Add a little introduction for this plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 13, 2012
1 parent e338dad commit 80338e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.mdown
@@ -1,5 +1,13 @@
vim-flake8 ![Project status](http://stillmaintained.com/nvie/vim-flake8.png)
vim-flake8
==========
`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](https://github.com/nvie/vim-pyflakes) and
[vim-pep8](https://github.com/nvie/vim-pep8).

Flake8 is a wrapper around PyFlakes (static syntax checker), PEP8 (style
checker) and Ned's MacCabe script (complexity checker).


Installation
------------
Expand Down

0 comments on commit 80338e1

Please sign in to comment.