Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Ignore "deprecated form of raising exception" PEP8 warning
Browse files Browse the repository at this point in the history
We do this intentionally, to preserve tracebacks
  • Loading branch information
singingwolfboy committed Dec 11, 2014
1 parent 36e77c7 commit 530c163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ no-path-adjustment=1
#pdb=1

[pep8]
ignore=E501,E265
ignore=E501,E265,W602
exclude=migrations

0 comments on commit 530c163

Please sign in to comment.