update Mypy & improve typing defs some

This commit is contained in:
ducklet 2023-02-08 23:04:06 +01:00
parent 1b4fad929c
commit 72bd33660b
9 changed files with 115 additions and 75 deletions

View file

@ -8,6 +8,7 @@ authors = ["ducklet <ducklet@noreply.code.dumpr.org>"]
python = "^3.8"
SQLAlchemy = {extras = ["mypy"], version = "^1.4.45"}
wcwidth = "^0.2.5"
typing-extensions = "*"
[tool.poetry.group.dev.dependencies]
interrogate = "*"