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:
Greg Price 2018-01-23 14:27:14 -08:00
parent 0ec50d8cc8
commit f4d5ade9d8
1 changed files with 1 additions and 0 deletions

View File

@ -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()