mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
Add flake8 check for blind excepts
Add flake8 check for blind excepts using flake8-blind-except (B901).
This commit is contained in:
parent
68089ac8e9
commit
ac06be1a5a
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue