From 887f66b1dc4e34401754edbb2aff427ad5d8eabe Mon Sep 17 00:00:00 2001 From: Taro Suzuki Date: Mon, 9 Mar 2026 00:35:49 +0000 Subject: [PATCH] Add mypy type checking config Co-authored-by: pokemon918 <132939190+pokemon918@users.noreply.github.com> Co-authored-by: xfactor-toml <154992305+xfactor-toml@users.noreply.github.com> Co-authored-by: omni-omega <234262665+omni-omega@users.noreply.github.com> Co-authored-by: phantomdev0826 <218786589+phantomdev0826@users.noreply.github.com> --- mypy.ini | 1 + 1 file changed, 1 insertion(+) create mode 100644 mypy.ini diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..f35ddd8 --- /dev/null +++ b/mypy.ini @@ -0,0 +1 @@ +[mypy]\npython_version = 3.11\nwarn_return_any = True\nwarn_unused_configs = True\nignore_missing_imports = True\ncheck_untyped_defs = True \ No newline at end of file