summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-01-17 22:16:53 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-01-17 22:16:53 +0100
commit8313086a9f704991b9994432befd3857ada5bd21 (patch)
treeb562ad41fcd61cb23029da5833378b9db57a937c /mypy.ini
parentb2e4f628fa7ad258d10173c5818ed65a8fddb10c (diff)
downloadsetuptools-scm-8313086a9f704991b9994432befd3857ada5bd21.tar.gz
chore: trim down mypy config
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/mypy.ini b/mypy.ini
index fb09211..9b38795 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -3,8 +3,4 @@ python_version = 3.7
warn_return_any = True
warn_unused_configs = True
mypy_path = $MYPY_CONFIG_FILE_DIR/src
-
-[mypy-setuptools_scm.*]
-# disabled as it will take a bit
-# disallow_untyped_defs = True
strict = true