mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user