Skip to content

Commit 8c7d629

Browse files
committed
Customize pep8
1 parent f88c20f commit 8c7d629

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ deps =
3131
commands =
3232
pyflakes setup.py django_coverage_plugin tests
3333
pep8 . --exclude=.tox
34+
35+
[pep8]
36+
# E402: imports must be at top of file.
37+
# The rest are the default ignored warnings.
38+
ignore = E402,E123,E133,E226,E241,E242

0 commit comments

Comments
 (0)