refactor: improve variable naming and add comments for clarity in models and services
Test / test (push) Successful in 15s

This commit is contained in:
Artem Kashaev
2025-12-01 16:24:23 +05:00
parent 1039fba571
commit dc0046c730
8 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ select = [
ignore = ["E203", "E266", "E501", "S101"]
[tool.ruff.lint.per-file-ignores]
"tests/**/*" = ["S311"]
"app/api/**/*" = ["B008"]
"tests/**/*" = ["S105", "S106", "S311"]
"migrations/*" = ["B008", "DTZ001", "TID252"]
[tool.ruff.format]