Add isort

This commit is contained in:
Keannu Christian Bernasol 2025-09-13 22:21:14 +08:00
parent 2596ab7fc8
commit 821a701a5b
2 changed files with 13 additions and 1 deletions

View file

@ -26,9 +26,10 @@ dependencies = [
"pytest>=8.4.2",
"pytest-django>=4.11.1",
"pytest-cov>=7.0.0",
"isort>=6.0.1",
]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "tests.settings"
testpaths = ["src/tests"]
pythonpath = ["src"]
pythonpath = ["src"]