We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
###` Steps to reproduce
with context( f('adwa')): print('adwad')
Pylint throws:
C: 2, 0: Wrong hanging indentation (remove 4 spaces). f('adwa')): | ^ (bad-continuation)
There should not by any error. In the example pylint conflicts with tools like pep8 or pycodestyle (for those this behaviour is expected). source: https://www.python.org/dev/peps/pep-0008/#indentation
No config file found, using default configuration
pylint 1.8.1, astroid 1.6.1 Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)]
The text was updated successfully, but these errors were encountered:
bad-continuation has been removed in #3571, black or another formatter can help you with this better than Pylint
bad-continuation
Sorry, something went wrong.
No branches or pull requests
###` Steps to reproduce
Current behavior
Pylint throws:
Expected behavior
There should not by any error.
In the example pylint conflicts with tools like pep8 or pycodestyle (for those this behaviour is expected).
source: https://www.python.org/dev/peps/pep-0008/#indentation
pylint --version output
No config file found, using default configuration
The text was updated successfully, but these errors were encountered: