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