Skip to content

Commit

Permalink
Add flake8 check for blind excepts
Browse files Browse the repository at this point in the history
Add flake8 check for blind excepts using flake8-blind-except (B901).
  • Loading branch information
jackwilsdon authored and wordofglass committed Apr 28, 2017
1 parent 68089ac commit ac06be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ deps =
flake8
flake8-coding
flake8-future-import
flake8-blind-except
pep8-naming
files = beets beetsplug beet test setup.py docs

Expand Down

0 comments on commit ac06be1

Please sign in to comment.