Mypy does not validate if type: ignore comments are needed. (#137)

This commit is contained in:
2023-09-23 12:44:27 +02:00
committed by GitHub
parent c5a383e903
commit d9ca808efa

View File

@ -24,7 +24,7 @@ non_interactive = true
plugins = ["sqlalchemy.ext.mypy.plugin"] plugins = ["sqlalchemy.ext.mypy.plugin"]
python_version = "3.11" python_version = "3.11"
warn_redundant_casts = true warn_redundant_casts = true
warn_unused_ignores = true warn_unused_ignores = false
[tool.poetry] [tool.poetry]
authors = ["AKI Projektgruppe 23"] authors = ["AKI Projektgruppe 23"]