We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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", ],
The text was updated successfully, but these errors were encountered:
Thx. I look for this for a long time.
Sorry, something went wrong.
Merge pull request #12 from Amoursol/master
f2a95b7
sync
No branches or pull requests
eg visual studio code user settings
The text was updated successfully, but these errors were encountered: