flake8-vim icon indicating copy to clipboard operation
flake8-vim copied to clipboard

Pyflakes, Pep8 and mccabe code complexity checker for Vim, bundled with latest libraries for easy installation

Results 4 flake8-vim issues
Sort by recently updated
recently updated
newest added

I've just installed flake8-vim with Vundle. After `:PyFlake` I am getting following errors: ```vim Error detected while processing function flake8#run..flake8#check: line 1: Traceback (most recent call last): File "", line...

Right now whenever I run PyFlake the file is immediately written to the filesystem, the result is that when I'm simply checking the file it automatically writes to the filesystem...

After updating to the latest commit, I get the behaviour seen here: http://www.gfycat.com/ThreadbareDaringGossamerwingedbutterfly Note that I am just typing `signals.` and not hitting return anywhere. I am trying to type...

I would like to help integrate this project: https://github.com/openstack-dev/hacking Into flake8-vim. I would love to drive this forward if you could offer advice/assistance. -=cj