-
Notifications
You must be signed in to change notification settings - Fork 40
Flake8 validation #51
Comments
I will tackle this guy this weekend. |
I just pushed the first version of the module, I haven't tested all the cases yet, but here you go. |
Thank you ! I'll test that next week.
|
This is also https://pypi.python.org/pypi/imhotep_flake8/ :) |
@glogiotatidis When I get some time this week I will open a PR to your project, that includes both passing configs inspected from repos, and only linting the files that changed. |
I have some trouble with this...
When using it on other PR (Neamar/corporate#53 for instance) i get no |
I meant "There is also.." @scottjab thnx! |
Although the provided pep8 linter works fine, it lacks some useful datas (especially unused imports). Those datas (and a few others) can be provided with Flake8.
I don't think it would be hard to implement (a clone from pep8 linter, replacing the xargs call with flake8), but it would definitely be useful.
The text was updated successfully, but these errors were encountered: