Merge branch 'main' into mypy-isbn
This commit is contained in:
commit
5eae123668
6 changed files with 62 additions and 28 deletions
3
mypy.ini
3
mypy.ini
|
@ -13,6 +13,9 @@ implicit_reexport = True
|
|||
[mypy-bookwyrm.connectors.*]
|
||||
ignore_errors = False
|
||||
|
||||
[mypy-bookwyrm.importers.*]
|
||||
ignore_errors = False
|
||||
|
||||
[mypy-bookwyrm.isbn.*]
|
||||
ignore_errors = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue