diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ disallow_untyped_decorators = True # no_implicit_optional = True # warn_return_any = True +# Other strictness flags +strict_equality = True + [mypy-colorama] # https://github.com/tartley/colorama/issues/206 ignore_missing_imports = True |