Closed
Description
I recently went over Matplotlib, Pandas and NumPy, fixing a small mistake in the way that Python 3's exception chaining is used. I've done it here too (#3681 )
I suggested to @Pierre-Sassoulas that this should be a PyLint rule.
@jdufresne wrote a flake8 plugin that does this, plus catches two other raise-related issues that I like and could be added as well.
What do you think?