add db models

This commit is contained in:
2025-09-13 18:46:16 +02:00
parent 64a2726c73
commit 738df559cb
5 changed files with 90 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ line-length = 144
[lint]
select = ["ALL"]
fixable = ["UP034", "I001"]
ignore = ["T201", "D", "ANN101", "TD002", "TD003"]
ignore = ["T201", "D", "ANN101", "TD002", "TD003", "TRY003", "EM102"]
[lint.extend-per-file-ignores]
"test*.py" = ["S101"]
"test*.py" = ["S101"]