refactor: improve variable naming and add comments for clarity in models and services
Test / test (push) Successful in 15s
Test / test (push) Successful in 15s
This commit is contained in:
+2
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user