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

[Query]: Is there a good place to record pep8 ignore errors ? #12

Open
adambear82 opened this issue Jul 24, 2018 · 1 comment
Open

[Query]: Is there a good place to record pep8 ignore errors ? #12

adambear82 opened this issue Jul 24, 2018 · 1 comment

Comments

@adambear82
Copy link
Collaborator

adambear82 commented Jul 24, 2018

eg visual studio code user settings

//pep8
//https://pep8.readthedocs.io/en/latest/intro.html#error-codes
"python.linting.pep8Enabled": true,
"python.linting.pep8Args": [
    "--max-line-length=72",
    "--ignore=E122,E201,E202,E261,E402,W292",
],
@ricardyn
Copy link

Thx. I look for this for a long time.

adambear82 added a commit that referenced this issue Aug 8, 2018
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