summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
new file mode 100644
index 0000000..0986d50
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,10 @@
+[mypy]
+python_version=3.10
+warn_return_any=true
+warn_unused_ignores=true
+strict_optional=true
+warn_redundant_casts = true
+warn_no_return = true
+check_untyped_defs=true
+disallow_any_generics=true
+disallow_subclassing_any=true