mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
21 lines
367 B
INI
21 lines
367 B
INI
[mypy]
|
|
plugins = mypy_django_plugin.main
|
|
namespace_packages = True
|
|
strict = True
|
|
|
|
[mypy.plugins.django-stubs]
|
|
django_settings_module = "bookwyrm.settings"
|
|
|
|
[mypy-bookwyrm.*]
|
|
ignore_errors = True
|
|
implicit_reexport = True
|
|
|
|
[mypy-bookwyrm.connectors.*]
|
|
ignore_errors = False
|
|
|
|
[mypy-bookwyrm.importers.*]
|
|
ignore_errors = False
|
|
|
|
[mypy-celerywyrm.*]
|
|
ignore_errors = False
|
|
|