This commit is contained in:
Sebastian Mohr 2026-02-03 03:25:30 +10:00 committed by GitHub
commit 52d7d09b3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -340,3 +340,10 @@ ignore-variadic-names = true
[tool.ruff.lint.pep8-naming]
classmethod-decorators = ["cached_classproperty"]
extend-ignore-names = ["assert*", "cached_classproperty"]
[tool.mypy]
allow_redefinition = true
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_any_generics = true
disallow_untyped_decorators = true