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