-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
param max-line-length = 90
not working
#405
Comments
why ?
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes |
Read the comments? Lines 7 to 10 in 9703932
|
Indeed, I just didn't read the code carefully, I need to read the code more carefully.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i try linting code.
run
flake8 .
my code have line length ~100, but flake8 command no show this error.
i try change max-doc-length = 40 and this changes was raise error nut not max-line-length = 40
Need fix this bug
The text was updated successfully, but these errors were encountered: