Type annotations for utils
This commit is contained in:
parent
0f8da5b738
commit
ff8e4597e5
6 changed files with 98 additions and 41 deletions
4
mypy.ini
4
mypy.ini
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue