mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
fix django-stubs in pyproject.toml
This commit is contained in:
parent
8d7dd47c43
commit
2094ed842b
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ explicit_package_bases = true
|
|||
# exclude = "pdm/(pep582/|models/in_process/.+\\.py)"
|
||||
plugins = ["mypy_django_plugin.main"]
|
||||
|
||||
[tool.django-stubs]
|
||||
django_settings_module = "core.settings"
|
||||
|
||||
|
||||
[project.urls]
|
||||
|
|
Loading…
Reference in a new issue