Files
home-automation-backend/ruff.toml

11 lines
182 B
TOML
Raw Normal View History

2024-07-16 15:55:45 +02:00
target-version = "py39"
line-length = 144
[lint]
select = ["ALL"]
fixable = ["UP034", "I001"]
ignore = ["T201", "D", "ANN101"]
[lint.extend-per-file-ignores]
"test*.py" = ["S101"]