From 8b77889f8a3047d67066b51b54821be64d30bf6b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 7 Dec 2016 23:22:59 -0800 Subject: [PATCH] test-all: Run the pep8 linter by default. --- tools/test-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-all b/tools/test-all index edaa7c0f25..9ddd77f951 100755 --- a/tools/test-all +++ b/tools/test-all @@ -16,7 +16,7 @@ function run { run ./tools/clean-repo run ./tools/test-tools -run ./tools/lint-all +run ./tools/lint-all --pep8 run ./tools/test-migrations run ./tools/test-js-with-node run ./tools/run-mypy