Add a makefile target for running PEP8 checks.
parent
8964e511bf
commit
31f50634c7
3
Makefile
3
Makefile
|
@ -46,6 +46,9 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue