Refactor import command

This commit is contained in:
Joakim Hellsén 2025-07-31 23:53:57 +02:00
commit 1a015f102c
7 changed files with 135 additions and 284 deletions

View file

@ -11,6 +11,7 @@ dependencies = [
"django-stubs[compatible-mypy]>=5.2.2",
"django-watchfiles>=1.1.0",
"djlint>=1.36.4",
"orjson>=3.11.1",
"platformdirs>=4.3.8",
"python-dotenv>=1.1.1",
]
@ -89,4 +90,4 @@ ignore = "H021"
plugins = ["mypy_django_plugin.main"]
[tool.django-stubs]
django_settings_module = "config.settings"
django_settings_module = "config.settings"