diff options
| author | Steven Van Dorp <steven@vandorp.lu> | 2026-02-01 15:13:01 +0100 |
|---|---|---|
| committer | Steven Van Dorp <steven@vandorp.lu> | 2026-02-01 15:13:01 +0100 |
| commit | c7987858924608f8013e64260efb806e5ddeab9f (patch) | |
| tree | 06d1a0e487cabf896339386d2c1ecf02f87a540e /mypy.ini | |
Diffstat (limited to 'mypy.ini')
| -rw-r--r-- | mypy.ini | 10 |
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 |
