pylint requirements: Update pylint to 1.6.4
* Recurse into all the ancestors when checking if an object is an exception Since we were going only into the first level, we weren't inferring when a class used a metaclass which defined a base Exception class for the aforementioned class.
This commit is contained in:
parent
4161f4d6eb
commit
d271c31edf
@ -4,7 +4,7 @@ astroid==1.4.7
|
||||
isort==4.2.5
|
||||
lazy-object-proxy==1.2.2
|
||||
mccabe==0.5.0
|
||||
pylint==1.6.3
|
||||
pylint==1.6.4
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.10.0
|
||||
six==1.10.0
|
||||
|
Loading…
Reference in New Issue
Block a user