mirror of https://github.com/zulip/zulip.git
docs: Exclude Sphinx config file from mypy checking.
It runs in kind of a peculiar environment -- in particular with the `tags` identifier injected into the namespace -- and it contains very little code more complex than `foo = "bar"`, so there's not much to check anyway.
This commit is contained in:
parent
0ec50d8cc8
commit
f4d5ade9d8
|
@ -16,6 +16,7 @@ sys.path.append(os.path.dirname(TOOLS_DIR))
|
|||
from lib.test_script import get_provisioning_status
|
||||
|
||||
exclude = """
|
||||
docs/conf.py
|
||||
zproject/settings.py
|
||||
zproject/test_settings.py
|
||||
""".split()
|
||||
|
|
Loading…
Reference in New Issue