Add flake8 check for blind excepts

Add flake8 check for blind excepts using flake8-blind-except (B901).
This commit is contained in:
Jack Wilsdon 2016-04-26 22:32:31 +01:00 committed by wordofglass
parent 68089ac8e9
commit ac06be1a5a

View file

@ -30,6 +30,7 @@ deps =
flake8
flake8-coding
flake8-future-import
flake8-blind-except
pep8-naming
files = beets beetsplug beet test setup.py docs