Remove old references to pep8 in our code (#4073)

This commit is contained in:
Brad Warren
2017-01-19 11:21:25 -08:00
committed by Peter Eckersley
parent fe358600ab
commit bb669528b3
8 changed files with 7 additions and 24 deletions
-4
View File
@@ -1,4 +0,0 @@
[pep8]
# E265 block comment should start with '# '
# E501 line too long (X > 79 characters)
ignore = E265,E501
-1
View File
@@ -40,7 +40,6 @@ dns_extras = [
dev_extras = [
'nose',
'pep8',
'tox',
]