15 lines
253 B
TOML
15 lines
253 B
TOML
line-length = 88
|
|
target-version = "py312"
|
|
|
|
[lint]
|
|
exclude = [
|
|
"conf/apps/simple_app/malformed.py"
|
|
]
|
|
|
|
select = ["ALL"]
|
|
extend-ignore = ["ANN", "D", "E501", "COM812", "ERA001", "S101", "INP001"]
|
|
|
|
[format]
|
|
quote-style = "single"
|
|
indent-style = "space"
|