add migration and enable ci
All checks were successful
Backend CI / unit-test (push) Successful in 1m40s
All checks were successful
Backend CI / unit-test (push) Successful in 1m40s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user