Enable the bare-except pylint and pep8 checking
This commit is contained in:
parent
65d5f1a4ef
commit
5147e792d3
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
E402
|
||||
W503
|
||||
W504
|
||||
E722
|
||||
E741
|
||||
|
|
|
@ -11,7 +11,6 @@ disable=
|
|||
bad-continuation,
|
||||
bad-indentation,
|
||||
bad-mcs-classmethod-argument,
|
||||
bare-except,
|
||||
blacklisted-name,
|
||||
broad-except,
|
||||
c-extension-no-member,
|
||||
|
|
Loading…
Reference in a new issue