This website requires JavaScript.
Explore
Help
Sign In
xenofem
/
python-zulip-api
Watch
1
Star
0
Fork
You've already forked python-zulip-api
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
2e3c65a044
python-zulip-api
/
tools
/
test-static-analysis
7 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
travis: Run mypy and linter in a single job.
2017-09-26 11:20:26 -04:00
#!/usr/bin/env bash
set -ev
lint: Remove custom --no-gitlint option. zulint already has --skip for this. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-04 17:03:35 -05:00
tools/lint --skip=gitlint
travis: Run mypy and linter in a single job.
2017-09-26 11:20:26 -04:00
tools/run-mypy
Reference in a new issue
Copy permalink