python E501 line too large #15731
Answered
by
pataquets
csfreebird
asked this question in
Q&A
-
After upgrading emacs from 27.1 to 28.1, python warning 'E501, ling too large ...' cannot be disabled. my layer configuration about python :
|
Beta Was this translation helpful? Give feedback.
Answered by
pataquets
Apr 27, 2024
Replies: 1 comment
-
Syntax checking under Spacemacs is done using flycheck, which relies in language specific external checkers. Check out language-specific syntax checkers documentation to learn how to configure yours to your liking. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smile13241324
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Syntax checking under Spacemacs is done using flycheck, which relies in language specific external checkers.
As per Python layer's docs, it's
flake8
who is tasked with doing this for Python.Check out language-specific syntax checkers documentation to learn how to configure yours to your liking.