-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Traceback on unknown encoding #3860
Comments
@jwilk thanks for the report. |
This is strange, we have a functional test with a bogus encoding already (https://github.com/PyCQA/pylint/blob/master/tests/functional/u/unknown_encoding_py29.py) so this should not be happening (?) |
Steps to reproduce
Run Pylint against the following code:
# encoding=UTF-9
Current behavior
Expected behavior
(or something similar)
pylint --version output
The text was updated successfully, but these errors were encountered: