refactor: add paths, services ctx, and extract models to own files

This commit is contained in:
Benjamin Labrecque
2026-07-22 12:04:55 +02:00
parent e324e3abed
commit 7e690a907e
16 changed files with 474 additions and 524 deletions
+6 -2
View File
@@ -54,8 +54,12 @@ include = [
line-length = 100
[tool.ruff.lint]
# use isort to sort imports
extend-select = ["I"]
extend-select = [
# use isort to sort imports
"I",
# remove unused imports
"F401",
]
[tool.ruff.lint.isort]
known-first-party = ["agebd"]