andviro / flake8-vim

Pyflakes, Pep8 and mccabe code complexity checker for Vim, bundled with latest libraries for easy installation
63 stars 18 forks source link

Pass relevant options to pep8 when running checks #25

Closed mbudnek closed 8 years ago

mbudnek commented 8 years ago

g:Flake8MaxLineLength and g:PyFlakeDisabledMessages weren't passed to pep8 when checking a file (though disabled messages got filtered out within flake8). Since line length checks now work, don't turn them off by default and set the default max length to 79 since that's the normal pep8 default.

andviro commented 8 years ago

Yep, thanks!

mbudnek commented 8 years ago

I just noticed while troubleshooting some stuff on my fork that you closed this rather than merging it. Is that what you intended?

andviro commented 8 years ago

Hi there! My bad, included relevant line in 6a7f254eed1b44a