Update settings and initial migration for improved type hinting and spell checking

This commit is contained in:
Joakim Hellsén 2025-07-08 04:35:37 +02:00
commit a0239948e0
3 changed files with 89 additions and 22 deletions

View file

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