style(pep8): remove E722 exclusion

This patch set removes E722 pep8 exclusion that allows for "bare"
except: statement.

Change-Id: Icdce885366541b88aabbef35166cf196a588676b
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam
2018-05-08 23:03:16 -05:00
parent 2b714888c4
commit 8d1521e96c
6 changed files with 6 additions and 6 deletions

View File

@@ -55,5 +55,5 @@ commands =
[flake8]
filename = *.py
ignore = E722
ignore =
exclude = .git,.tox,dist,*lib/python*,*egg,build,releasenotes,docs/*,hapi,venv