summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-25 09:51:14 +0100
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-25 10:02:06 +0100
commite73cfa840d47bee796795517c6d87906b81069d1 (patch)
tree80eb738478a0a643daf219b90c2fedbc6ba8b02e /setup.cfg
parent3d95d39ad707cb26f003d180ed43e2670852bb96 (diff)
downloadpylint-git-e73cfa840d47bee796795517c6d87906b81069d1.tar.gz
Update configuration of pre-commit hooks and tools
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 42b349e38..17e97a70c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -132,6 +132,9 @@ ignore_missing_imports = True
[mypy-git.*]
ignore_missing_imports = True
+[mypy-sphinx.*]
+ignore_missing_imports = True
+
[mypy-dill]
ignore_missing_imports = True