From ac06be1a5a6c584c18d4e6695657d1ac84b05651 Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Tue, 26 Apr 2016 22:32:31 +0100 Subject: [PATCH] Add flake8 check for blind excepts Add flake8 check for blind excepts using flake8-blind-except (B901). --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 43bff8014..8c3731f5d 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,7 @@ deps = flake8 flake8-coding flake8-future-import + flake8-blind-except pep8-naming files = beets beetsplug beet test setup.py docs