2024-07-16 15:55:45 +02:00
|
|
|
target-version = "py39"
|
|
|
|
|
line-length = 144
|
|
|
|
|
|
|
|
|
|
[lint]
|
|
|
|
|
select = ["ALL"]
|
|
|
|
|
fixable = ["UP034", "I001"]
|
2024-08-15 16:50:56 +02:00
|
|
|
ignore = ["T201", "D", "ANN101", "TD002", "TD003"]
|
2024-08-15 14:13:57 +02:00
|
|
|
|
|
|
|
|
[lint.extend-per-file-ignores]
|
|
|
|
|
"test*.py" = ["S101"]
|