summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mypy.ini b/.mypy.ini
index febeac384..4679ce19f 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -26,7 +26,7 @@ show_error_codes = True
show_error_context = True
pretty = True
-### FIXME:qt6 get rid of this for v3
+### FIXME:v4 get rid of this
no_implicit_optional = False
[mypy-colorama]