aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
blob: daa79d1f4d18212fcdcfe4b2893b71819e9b68a4 (plain)
1
2
3
4
5
6
[mypy]
python_version = 3.13
strict_equality = True
allow_untyped_defs = True
disable_error_code = union-attr, import-untyped
allow_redefinition = True