We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
1.'''block comment'''
closing ''' is highligthed with warning String statement has no effect
it shouldn't be highlighted
The text was updated successfully, but these errors were encountered:
pylint --version output
Note that this part seems to be missing in your issue
Sorry, something went wrong.
2.3.1 astroid 2.2.5 Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
For block comments use the # instead of quotes, pylint does not accept the latter as a form of documentation other than in docstrings.
#
pylint
I believe this needs to be fixed. Please refer the following tweet:
https://twitter.com/gvanrossum/status/112670605505077248
No branches or pull requests
Steps to reproduce
1.'''block comment'''
Current behavior
closing ''' is highligthed with warning String statement has no effect
Expected behavior
it shouldn't be highlighted
pylint --version output
The text was updated successfully, but these errors were encountered: