mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 23:13:55 +02:00
Mypy does not validate if type: ignore comments are needed. (#137)
This commit is contained in:
@ -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"]
|
||||||
|
Reference in New Issue
Block a user