9 lines
69 B
TOML
9 lines
69 B
TOML
[tool.ruff]
|
|
|
|
ignore = [
|
|
"E501",
|
|
"E731"
|
|
]
|
|
|
|
exclude = ["extensions"]
|