18 lines
244 B
TOML
18 lines
244 B
TOML
exclude = [
|
|
"migrations",
|
|
"venv",
|
|
]
|
|
|
|
line-length = 79
|
|
indent-width = 4
|
|
|
|
[lint]
|
|
select = ["ALL"]
|
|
ignore = ["D", "ANN", "ARG"]
|
|
|
|
[format]
|
|
quote-style = "double"
|
|
indent-style = "space"
|
|
skip-magic-trailing-comma = false
|
|
line-ending = "auto"
|