fix(scripts): import Settings directly from app.config
This commit is contained in:
@@ -84,8 +84,8 @@ ignore = [
|
||||
|
||||
[tool.ruff.lint.extend-per-file-ignores]
|
||||
"tools/*.py" = ["PTH", "INP001"]
|
||||
"scripts/*.py" = ["PTH", "INP001"]
|
||||
"migrations/**/*.py" = ["INP001"]
|
||||
"scripts/**/*.py" = ["INP001"]
|
||||
"app/achievements/*.py" = ["INP001", "ARG"]
|
||||
"app/router/**/*.py" = ["ARG001"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user