Commit 530c1632 by David Baumgold

Ignore "deprecated form of raising exception" PEP8 warning

We do this intentionally, to preserve tracebacks
parent 36e77c74
......@@ -16,5 +16,5 @@ no-path-adjustment=1
#pdb=1
[pep8]
ignore=E501,E265
ignore=E501,E265,W602
exclude=migrations
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment