Skip to content

Commit

Permalink
have pylint check for bare except's
Browse files Browse the repository at this point in the history
Fixes #2540.
  • Loading branch information
djmitche committed Sep 12, 2014
1 parent a801d8e commit ff638cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/pylintrc
Expand Up @@ -121,7 +121,6 @@ disable=
unbalanced-tuple-unpacking,
unpacking-non-sequence,
raising-string,
bare-except,
broad-except,
nonstandard-exception,
anomalous-unicode-escape-in-string,
Expand Down

0 comments on commit ff638cf

Please sign in to comment.