How to ignore python warning E501 (Line too long) #1528
Unanswered
dirkesquire
asked this question in
Q&A
Replies: 2 comments
-
If it helps I know one can pass in an argument to flake8 like this: I'm just not how to do that here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
find the file "flake8/defaults.py" and edit it , change MAX_LINE_LENGTH = 79 to some large number |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a wide screen and do not wish my code to truncate after 80 characters.
How can I tell it to ignore "pycodestyle:Warning:E501:E501 line too long (112 > 79 characters)"?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions