mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Undo previous thinko - there's already a check-pep8 target. D'oh.
This commit is contained in:
parent
da7f088508
commit
4d072ff781
3
Makefile
3
Makefile
@ -46,9 +46,6 @@ check-feature: install-node bundle
|
|||||||
check-js: install-node linter
|
check-js: install-node linter
|
||||||
cd web && yarn run karma start --single-run
|
cd web && yarn run karma start --single-run
|
||||||
|
|
||||||
check-pep8:
|
|
||||||
pycodestyle --config=web/.pycodestyle ./web/pgadmin/
|
|
||||||
|
|
||||||
# Include all clean sub-targets in clean
|
# Include all clean sub-targets in clean
|
||||||
clean: clean-appbundle clean-docker clean-dist clean-docs clean-pip clean-src
|
clean: clean-appbundle clean-docker clean-dist clean-docs clean-pip clean-src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user