mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Remove flake8-blind-except flake8 extension
pycodestyle 2.1.0 now raises a lint error on blind "except" statements, whereas this library now raises a lint error on "except Exception" instead (which is something we don't really want).
This commit is contained in:
parent
6a4c94120c
commit
dc0350d6ff
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -131,7 +131,6 @@ setup(
|
|||
],
|
||||
'lint': [
|
||||
'flake8',
|
||||
'flake8-blind-except',
|
||||
'flake8-coding',
|
||||
'flake8-docstrings',
|
||||
'flake8-future-import',
|
||||
|
|
|
|||
Loading…
Reference in a new issue