Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake8 gradual linting #46

Open
graingert opened this issue Sep 20, 2016 · 6 comments
Open

flake8 gradual linting #46

graingert opened this issue Sep 20, 2016 · 6 comments

Comments

@graingert
Copy link

No description provided.

@graingert graingert changed the title flake8 gradual upgrade flake8 gradual linting Sep 20, 2016
@graingert
Copy link
Author

Currently the styleguide is not PEP8 complaint, flake8 however provides additional static analysis for unused variables etc.

All existing errors should be ignored so that new errors cannot be introduced.

Once this is done, each existing error can be fixed one at a time.

@techtonik
Copy link
Owner

Is there any way to just expose settings for static analysis?

As for styleguide, I like this point
https://www.python.org/dev/peps/pep-0008/#a-foolish-consistency-is-the-hobgoblin-of-little-minds

@graingert
Copy link
Author

yes, you disable the various errors that happen

@techtonik
Copy link
Owner

I mean expose those setting on the project/library level, so that code is not modified with comments.

@graingert
Copy link
Author

@techtonik yes

@graingert
Copy link
Author

And also you need to know, that I was expelled from Python community, because I didn't want to follow the lemmings way as I put it.

I consider myself a member of this community. Thanks for pointing this out. Maybe you should add this to your README.md?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants