I'm using vscode and pylint and it's flagging my file header ascii art as a possible problem. Is there a way to ignore just the file docstring, ascii art, or something... Thanks.
Asked
Active
Viewed 117 times
0
-
Does this answer your question? [Is it possible to ignore one single specific line with pylint?](https://stackoverflow.com/questions/28829236/is-it-possible-to-ignore-one-single-specific-line-with-pylint) – sinoroc Feb 02 '20 at 14:05
-
Kind of, I didn't want to go with that solution tho since it would clutter up my art. Instead disabled W1401. – fcimeson Mar 01 '20 at 13:54
-
Would you mind edit your question to show the actual problem, and if indeed you found a solution then it'd be really helpful for others if you posted it as well. – sinoroc Mar 02 '20 at 14:23