Format with isort/ruff and implement linter step in Woodpecker

This commit is contained in:
Keannu Christian Bernasol 2025-09-13 21:00:44 +08:00
parent a3a9351682
commit cae8e1c411
10 changed files with 38 additions and 22 deletions

View file

@ -4,7 +4,6 @@ Minimal Django settings file for tests
from core.settings import * # noqa: F403
# Override database to SQLite
DATABASES = {
"default": {