From 91d040211a4ed6e4157896256a762d3854777b5e Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Fri, 6 Mar 2026 16:49:46 -0500 Subject: Initial commit --- mypy.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mypy.ini (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..daa79d1 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,6 @@ +[mypy] +python_version = 3.13 +strict_equality = True +allow_untyped_defs = True +disable_error_code = union-attr, import-untyped +allow_redefinition = True \ No newline at end of file -- cgit v1.2.3