Type annotations and related changes for bookwyrm.connectors
This commit is contained in:
parent
07aca2f62c
commit
f07d7b02f1
13 changed files with 357 additions and 176 deletions
3
mypy.ini
3
mypy.ini
|
@ -10,6 +10,9 @@ django_settings_module = "bookwyrm.settings"
|
|||
ignore_errors = True
|
||||
implicit_reexport = True
|
||||
|
||||
[mypy-bookwyrm.connectors.*]
|
||||
ignore_errors = False
|
||||
|
||||
[mypy-celerywyrm.*]
|
||||
ignore_errors = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue