820fdfe868
Updates the code to reflect stricter pep8 checking standards for pep8 1.3+. Also adds a pep8 config file to silence unnecessary indentation errors. Removes the "reverse bugfix" monkeypatch since Django 1.4 is now required. Implements blueprint upgrade-pep8. Change-Id: I7343321627d8ccd1598f39323821133168a645cc
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
|
|
[pep8]
|
|
ignore = E121,E126,E127,E128,W602
|
|
exclude = vcsversion.py,panel_template,dash_template,local_settings.py
|