How to disable formatting errors? #4042
Unanswered
RyannDaGreat
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment 4 replies
-
You can disable them in your flake8 configuration files, or with line comments. https://flake8.pycqa.org/en/3.1.1/user/ignoring-errors.html |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm coding in python and getting Flake8 errors I don't care about such as "E266: too many leading '#' for block comment"
How do I disable these annoying formatting errors while keeping more important errors such as forgetting parenthesis?
Beta Was this translation helpful? Give feedback.
All reactions