mirror of https://github.com/zulip/zulip.git
mypy: Explain a bit more about the failed imports of API code.
This commit is contained in:
parent
ae3f461e02
commit
4c500bba64
3
mypy.ini
3
mypy.ini
|
@ -39,7 +39,8 @@ ignore_missing_imports = True
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
|
||||||
# Zulip code from elsewhere
|
# Our own libraries, maintained outside this repo and installed
|
||||||
|
# through pip. We need to tell mypy where to find them.
|
||||||
|
|
||||||
[mypy-zulip]
|
[mypy-zulip]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
Loading…
Reference in New Issue