From 4d072ff7818852a5f00b984dd2d7402505452301 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 2 Mar 2018 13:43:42 +0000 Subject: [PATCH] Undo previous thinko - there's already a check-pep8 target. D'oh. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ed4db7ca2..02341f06f 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,6 @@ check-feature: install-node bundle check-js: install-node linter cd web && yarn run karma start --single-run -check-pep8: - pycodestyle --config=web/.pycodestyle ./web/pgadmin/ - # Include all clean sub-targets in clean clean: clean-appbundle clean-docker clean-dist clean-docs clean-pip clean-src