12 lines
172 B
TOML
12 lines
172 B
TOML
line-length = 100
|
|
target-version = "py311"
|
|
src = ["."]
|
|
exclude = [
|
|
"frontend",
|
|
".venv",
|
|
"__pycache__",
|
|
]
|
|
|
|
[lint]
|
|
select = ["E", "F", "I", "N", "W"]
|
|
ignore = ["E501"]
|