Update settings and initial migration for improved type hinting and spell checking
This commit is contained in:
parent
96a159f691
commit
a0239948e0
3 changed files with 89 additions and 22 deletions
|
|
@ -19,6 +19,8 @@ DJANGO_SETTINGS_MODULE = "config.settings"
|
|||
python_files = ["test_*.py", "*_test.py"]
|
||||
addopts = ["-n", "auto", "--reuse-db", "--no-migrations"]
|
||||
|
||||
[tool.pyright]
|
||||
exclude = ["**/migrations/**"]
|
||||
|
||||
[tool.ruff]
|
||||
lint.select = ["ALL"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue