From 9b3b8ab2bf5f0b11aa6c677985b1acc9804263c2 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Fri, 10 Apr 2015 09:38:42 -0400 Subject: [PATCH] no pep257 checks plz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4128ef..889eeb0 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ read: doc # Static Analysis ############################################################## .PHONY: check -check: flake8 pep257 +check: flake8 .PHONY: flake8 flake8: depends-ci