Fixed wrong examples

This commit is contained in:
Qubasa
2023-11-08 21:40:17 +01:00
parent 4f39abd1de
commit 10e52699be
3 changed files with 5 additions and 25 deletions

View File

@@ -26,6 +26,7 @@ norecursedirs = "tests/helpers"
markers = [ "impure" ]
[tool.mypy]
plugins = ["deal.mypy"]
python_version = "3.10"
warn_redundant_casts = true
disallow_untyped_calls = true