Undo previous thinko - there's already a check-pep8 target. D'oh.

pull/8/head
Dave Page 2018-03-02 13:43:42 +00:00
parent da7f088508
commit 4d072ff781
1 changed files with 0 additions and 3 deletions

View File

@ -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