Move .pep8 content to setup.cfg

This commit is contained in:
David Baumgold
2014-06-05 16:39:09 -04:00
parent 30815dba01
commit f45840acb5
2 changed files with 4 additions and 3 deletions

3
.pep8
View File

@@ -1,3 +0,0 @@
[pep8]
ignore=E501
exclude=migrations

View File

@@ -14,3 +14,7 @@ no-path-adjustment=1
# Uncomment the following lines to open pdb when a test fails
#nocapture=1
#pdb=1
[pep8]
ignore=E501
exclude=migrations