mirror of https://github.com/zulip/zulip.git
test-all: Run the pep8 linter by default.
This commit is contained in:
parent
ff71559bdf
commit
8b77889f8a
|
@ -16,7 +16,7 @@ function run {
|
||||||
|
|
||||||
run ./tools/clean-repo
|
run ./tools/clean-repo
|
||||||
run ./tools/test-tools
|
run ./tools/test-tools
|
||||||
run ./tools/lint-all
|
run ./tools/lint-all --pep8
|
||||||
run ./tools/test-migrations
|
run ./tools/test-migrations
|
||||||
run ./tools/test-js-with-node
|
run ./tools/test-js-with-node
|
||||||
run ./tools/run-mypy
|
run ./tools/run-mypy
|
||||||
|
|
Loading…
Reference in New Issue