diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-31 17:17:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-31 20:39:09 -0500 |
commit | 5a72a1eb736516759201b223463f69f00979818e (patch) | |
tree | 280e5b16147f8a6b792dba2a96c4a21f7894e4c5 /doc/conf.py | |
parent | 0bcb2cb8344eb4cec24455fa421ece185eec0fac (diff) | |
download | python-coveragepy-git-5a72a1eb736516759201b223463f69f00979818e.tar.gz |
mypy: control.py is checked
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 18b56c6e..7423fa15 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -125,6 +125,7 @@ intersphinx_mapping = { nitpick_ignore = [ ("py:class", "frame"), + ("py:class", "module"), ] nitpick_ignore_regex = [ |