Merge pull request #4002 from edx/db/move-pep8-to-setup-cfg

Move .pep8 content to setup.cfg
This commit is contained in:
David Baumgold
2014-06-09 14:33:56 -04:00
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