Improved compatibility with postgres

This commit is contained in:
Donkie
2023-05-09 20:03:19 +02:00
parent d8fc5fc37b
commit ed3e30ea75
3 changed files with 50 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ dependencies = {file = ["requirements.txt"]}
[tool.ruff]
select = ["ALL"]
ignore = ["A003", "D101", "D104", "D406", "D407", "S104", "TRY201", "TRY003", "EM101", "EM102"]
ignore = ["A003", "D101", "D104", "D406", "D407", "S104", "TRY201", "TRY003", "EM101", "EM102", "DTZ003"]
line-length = 120
target-version = "py39"