1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-14 02:24:06 +02:00

fix django-stubs in pyproject.toml

This commit is contained in:
Nick Sweeting
2024-04-30 21:43:51 -07:00
parent 8d7dd47c43
commit 2094ed842b

View File

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