Update dependencies and fix typing for TelegramAPIServer

This commit is contained in:
Alex Root Junior 2019-12-11 22:45:09 +02:00
parent 1d9e80a4dc
commit b943ea2207
4 changed files with 9 additions and 876 deletions

View file

@ -1,4 +1,6 @@
[mypy]
# plugins = pydantic.mypy
ignore_missing_imports = True
show_error_context = True
show_error_codes = True