12 lines
228 B
TOML
12 lines
228 B
TOML
target-version = "py311"
|
|
line-length = 120
|
|
|
|
[lint]
|
|
select = ["E", "F", "W", "I", "N", "UP", "S", "B", "A", "C4", "SIM", "ARG"]
|
|
ignore = ["E501", "S101"]
|
|
|
|
[format]
|
|
quote-style = "single"
|
|
indent-style = "space"
|
|
line-ending = "lf"
|