1
0
Fork 0

Type annotations for utils

This commit is contained in:
Joeri de Ruiter 2023-07-23 20:50:44 +02:00 committed by Joeri de Ruiter
parent 0f8da5b738
commit ff8e4597e5
6 changed files with 98 additions and 41 deletions

View file

@ -13,6 +13,10 @@ implicit_reexport = True
[mypy-bookwyrm.connectors.*]
ignore_errors = False
[mypy-bookwyrm.utils.*]
ignore_errors = False
disallow_untyped_calls = False
[mypy-celerywyrm.*]
ignore_errors = False