diff options
author | Nick Drozd <nicholasdrozd@gmail.com> | 2018-01-02 19:24:41 -0600 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-04 08:11:09 +0100 |
commit | b8a617b37d2994703c107ed17a513d39c7b6adc8 (patch) | |
tree | bd00edd17e1957f0f16b22dc67f4908eabd382fc /pylintrc | |
parent | aee59b9d8577f2eb60d92accb6b5516eac993e38 (diff) | |
download | pylint-git-b8a617b37d2994703c107ed17a513d39c7b6adc8.tar.gz |
Enable broad-except check
This was globally disabled, which is not a great idea, and also
locally disabled in a few places. I enabled it globally and
consolidated the local disables.
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -54,7 +54,6 @@ confidence= disable= attribute-defined-outside-init, - broad-except, duplicate-code, fixme, import-error, |