fix(scripts): import Settings directly from app.config

This commit is contained in:
MingxuanGame
2025-11-08 13:08:23 +00:00
parent 7d6d5696db
commit f289e8b74b
2 changed files with 9 additions and 15 deletions

View File

@@ -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"]