feat: improve SQL query formatting and add type hints for better clarity
CI / lint-test-build (push) Failing after 53s

This commit is contained in:
2026-06-04 19:53:32 +02:00
parent c8e3daeb57
commit 8ceca2a7e4
16 changed files with 106 additions and 150 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ target-version = "py312"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B", "N", "ASYNC"]
ignore = ["E203"]
ignore = ["E203", "E501"]
[tool.mypy]
python_version = "3.12"