add migration and enable ci
All checks were successful
Backend CI / unit-test (push) Successful in 1m40s

This commit is contained in:
2025-09-13 21:14:14 +02:00
parent 738df559cb
commit 616232b76d
4 changed files with 118 additions and 2 deletions

View File

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