Enable the bare-except pylint and pep8 checking

This commit is contained in:
Toshio Kuratomi 2018-09-07 12:44:03 -07:00
parent 65d5f1a4ef
commit 5147e792d3
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
E402
W503
W504
E722
E741

View file

@ -11,7 +11,6 @@ disable=
bad-continuation,
bad-indentation,
bad-mcs-classmethod-argument,
bare-except,
blacklisted-name,
broad-except,
c-extension-no-member,