diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ allow_untyped_calls = true allow_untyped_defs = true allow_incomplete_defs = true disable_error_code = import-untyped +warn_return_any = false |