summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/.mypy.ini b/.mypy.ini
index ef34dbada..81f69a09e 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -22,13 +22,15 @@ disallow_any_unimported = True
enable_error_code = ignore-without-code
### Output
-show_error_codes = True
show_error_context = True
pretty = True
### FIXME:v4 get rid of this
no_implicit_optional = False
+### Future default behavior
+local_partial_types = True
+
[mypy-hunter]
# https://github.com/ionelmc/python-hunter/issues/43
ignore_missing_imports = True