From 4531ca72620fefb14a1ce2d1963b4cb54c1cfa8d Mon Sep 17 00:00:00 2001 From: Mohit Mori Date: Sun, 4 May 2025 17:40:19 -0700 Subject: [PATCH] Add files via upload --- mypy.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mypy.ini diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..378e7b3 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,7 @@ +[mypy] +check_untyped_defs = True +disallow_any_generics = True +disallow_untyped_calls = True +disallow_untyped_defs = True +ignore_missing_imports = True +strict_optional = False \ No newline at end of file