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

This commit is contained in:
Philipp Horstenkamp 2023-09-23 12:44:27 +02:00 committed by GitHub
parent c5a383e903
commit d9ca808efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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