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
$ pylint example.py
************* Module example
example.py:8:11: E0712: Catching an exception which doesn't inherit from Exception: exceptions (catching-non-exception)
example.py:9:14: E1101: Instance of 'tuple' has no 'message' member (no-member)
example.py:10:8: E0710: Raising a new style class which doesn't inherit from BaseException (raising-non-exception)
----------------------------------------------------------------------
Your code has been rated at -11.43/10 (previous run: -11.43/10, +0.00)
Expected behavior
No errors
pylint --version output
pylint 2.3.1
astroid 2.2.5
Python 3.7.1 (default, Nov 6 2018, 20:20:54)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]
The text was updated successfully, but these errors were encountered:
This is essentially a reopen of #1756 and #2431 (with a false-positive E1101 in between).
Steps to reproduce
Current behavior
Expected behavior
No errors
pylint --version output
The text was updated successfully, but these errors were encountered: