fix mypy errors

This commit is contained in:
Yax 2022-11-19 21:12:47 +01:00
parent 7b7103d38b
commit c5da5b9be9
4 changed files with 15 additions and 2 deletions

View file

@ -17,6 +17,7 @@ peewee = "^3.14.8"
tox = "^3.24.5"
background = "^0.2.1"
Flask = "^2.1.1"
types-markdown = "^3.4.2.1"
[tool.poetry.group.dev.dependencies]
pylint = "^2.15.5"