tools: Add mypy runner.
Unless otherwise specified, `tools/run-mypy` will right now only check annotations in core files of the `zulip` package.
This commit is contained in:
parent
61de5578f2
commit
035f0c3268
4 changed files with 217 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -43,3 +43,6 @@ zuliprc
|
|||
.zuliprc
|
||||
flaskbotrc
|
||||
.flaskbotrc
|
||||
|
||||
# mypy
|
||||
.mypy_cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue