dynamoPython icon indicating copy to clipboard operation
dynamoPython copied to clipboard

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

Open adambear82 opened this issue 7 years ago • 1 comments

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",
],

adambear82 avatar Jul 24 '18 11:07 adambear82

Thx. I look for this for a long time.

ricardyn avatar Jul 27 '18 17:07 ricardyn