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
from __future__ import print_function print ("Hello!")
This raises no warning in python 2 even though the print_function has been imported
If the futures print function has been imported in python 2 I would have expected this to have raised a warning:
print ("Hello!") ^ (bad-whitespace)
No config file found, using default configuration pylint 1.8.4, astroid 1.6.3 Python 2.7.10 (default, Aug 31 2016, 10:20:55) [GCC 5.4.0 20160609]
The text was updated successfully, but these errors were encountered:
Thanks for the issue, I can reproduce it.
Sorry, something went wrong.
bad-whitespace has been removed in #3572 , black or another formatter can help you with this better than Pylint.
bad-whitespace
remove pylint message ignores
533df79
C0326 and C0330 no longer exist or cause problems: - pylint-dev/pylint#2041 - psf/black#48 (comment)
No branches or pull requests
Steps to reproduce
Current behavior
This raises no warning in python 2 even though the print_function has been imported
Expected behavior
If the futures print function has been imported in python 2 I would have expected this to have raised a warning:
pylint --version output
No config file found, using default configuration
pylint 1.8.4,
astroid 1.6.3
Python 2.7.10 (default, Aug 31 2016, 10:20:55)
[GCC 5.4.0 20160609]
The text was updated successfully, but these errors were encountered: