diff options
Diffstat (limited to 'python/mypy.ini')
-rw-r--r-- | python/mypy.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/mypy.ini b/python/mypy.ini new file mode 100644 index 0000000000..1a581c5f1e --- /dev/null +++ b/python/mypy.ini @@ -0,0 +1,4 @@ +[mypy] +strict = True +python_version = 3.6 +warn_unused_configs = True |