Fix configuration file

Turns out, python 2 throws an exception if there are spaces in front of the
option names.
This commit is contained in:
Roland Geider
2015-02-17 17:46:14 +01:00
parent bb8fe36660
commit 7e535596f9

View File

@@ -1,4 +1,4 @@
[pep8]
exclude = urls.py,*migrations*
max-line-length = 100
ignore = W503
exclude = urls.py,*migrations*
max-line-length = 100
ignore = W503