mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 07:43:55 +02:00
Repaired a mypy option
This commit is contained in:
@ -9,7 +9,7 @@ follow_imports = "silent"
|
|||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
plugins = ["sqlalchemy.ext.mypy.plugin"]
|
plugins = ["sqlalchemy.ext.mypy.plugin"]
|
||||||
python_version = "3.11"
|
python_version = "3.11"
|
||||||
warn_redudant_casts = true
|
warn_redundant_casts = true
|
||||||
warn_unused_ignores = true
|
warn_unused_ignores = true
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
|
Reference in New Issue
Block a user