Repaired a mypy option

This commit is contained in:
Philipp Horstenkamp 2023-08-16 22:10:52 +02:00
parent 9c237402be
commit faca0a0af6
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -9,7 +9,7 @@ follow_imports = "silent"
ignore_missing_imports = true
plugins = ["sqlalchemy.ext.mypy.plugin"]
python_version = "3.11"
warn_redudant_casts = true
warn_redundant_casts = true
warn_unused_ignores = true
[tool.black]