diff options
Diffstat (limited to '')
-rw-r--r-- | mypy.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mypy.ini b/mypy.ini deleted file mode 100644 index 5a7ef2e..0000000 --- a/mypy.ini +++ /dev/null @@ -1,6 +0,0 @@ -[mypy] -ignore_missing_imports = True -no_implicit_optional = True -platform = win32 -strict_equality = True -strict_optional = True |