diff options
Diffstat (limited to 'testenv/mypy.ini')
-rw-r--r-- | testenv/mypy.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testenv/mypy.ini b/testenv/mypy.ini new file mode 100644 index 00000000..df6699a4 --- /dev/null +++ b/testenv/mypy.ini @@ -0,0 +1,5 @@ +[mypy] +python_version = 3.7 +ignore_missing_imports = True +disallow_untyped_defs = True +strict_optional = True |