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 820b2f966..56124b5c3 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -10,7 +10,6 @@ disallow_subclassing_any = True
disallow_incomplete_defs = True
check_untyped_defs = True
disallow_untyped_decorators = True
-# no_implicit_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
# warn_return_any = True
@@ -27,6 +26,9 @@ show_error_codes = True
show_error_context = True
pretty = True
+### FIXME:qt6 get rid of this for v3
+no_implicit_optional = False
+
[mypy-colorama]
# https://github.com/tartley/colorama/issues/206
ignore_missing_imports = True