1
0
Fork 0

Merge branch 'main' into mypy-isbn

This commit is contained in:
Joeri de Ruiter 2023-08-22 11:41:34 +02:00 committed by GitHub
commit 5eae123668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 62 additions and 28 deletions

View file

@ -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