refactor: add paths, services ctx, and extract models to own files
This commit is contained in:
+6
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user