8 lines
128 B
TOML
8 lines
128 B
TOML
|
|
target-version = "py39"
|
||
|
|
line-length = 144
|
||
|
|
|
||
|
|
[lint]
|
||
|
|
select = ["ALL"]
|
||
|
|
fixable = ["UP034", "I001"]
|
||
|
|
ignore = ["T201", "D", "ANN101"]
|