From b3fe07610a9ad3ccdd8b9969820b754ca2c846c6 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Fri, 5 Sep 2014 22:18:19 -0400 Subject: [PATCH] PEP257 has no E501 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bb2130..abae942 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ pep8: .depends-ci .PHONY: pep257 pep257: .depends-ci - $(PEP257) $(PACKAGE) --ignore=E501 + $(PEP257) $(PACKAGE) .PHONY: pylint pylint: .depends-dev