feat: improve SQL query formatting and add type hints for better clarity
CI / lint-test-build (push) Failing after 53s
CI / lint-test-build (push) Failing after 53s
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user