[WIP] Add flake8 and vim configs#466
Conversation
|
If we add a .flake8 file, shouldn't we also add |
|
That would be a possibility. I usually have a flake8 check as a separate step in CI, so that CI can fail early if there are flake8 problems. But I never used py.test with |
|
After a quick look at https://pypi.python.org/pypi/pytest-flake8, I wonder what the benefit of this plugin over just running flake8 directly is. |
|
@rfleschenberg can we close this? |
|
It's ok if you close it, but I'd prefer to keep it open, but as a low-priority, "maybe if I have time" kind of thing :) |
|
About |
|
I'd prefer to read these from |
| @@ -0,0 +1,4 @@ | |||
| " Ideally, we would read these from .editorconfig, but Pymode doesn't seem to | |||
There was a problem hiding this comment.
If you decide to remove the vim config, then you need to remove it
Uh oh!
There was an error while loading. Please reload this page.