You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Antony Lee (BitBucket: anntzer, GitHub: @anntzer?)
I have a package foo with a bar.cpython-34m.so extension. When trying to lint the package (pylint foo), pylint will try to lint the extension too, naturally failing with
************* Module foo.bar.cpython-34m
F: 1, 0: error while code parsing: invalid or missing encoding declaration for 'foo/bar.cpython-34m.so' (parse-error)
Version:
$ pylint --version
pylint 1.1.0,
astroid 1.0.1, common 0.61.0
Python 3.4.0 (default, Mar 17 2014, 23:20:09)
[GCC 4.8.2 20140206 (prerelease)]
Originally reported by: Antony Lee (BitBucket: anntzer, GitHub: @anntzer?)
I have a package
foo
with abar.cpython-34m.so
extension. When trying to lint the package (pylint foo
), pylint will try to lint the extension too, naturally failing withVersion:
The text was updated successfully, but these errors were encountered: