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:
Jack Wilsdon 2021-01-08 18:21:07 +00:00
parent 6a4c94120c
commit dc0350d6ff

View file

@ -131,7 +131,6 @@ setup(
],
'lint': [
'flake8',
'flake8-blind-except',
'flake8-coding',
'flake8-docstrings',
'flake8-future-import',