python-zulip-api/tools/test-static-analysis
Anders Kaseorg 2e3c65a044 lint: Remove custom --no-gitlint option.
zulint already has --skip for this.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-04 14:04:53 -08:00

7 lines
71 B
Bash
Executable file

#!/usr/bin/env bash
set -ev
tools/lint --skip=gitlint
tools/run-mypy