Refactor import command
This commit is contained in:
parent
cf1f78a813
commit
1a015f102c
7 changed files with 135 additions and 284 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue