xoxys.zigbee2mqtt/pyproject.toml
Robert Kaussow 08e654ccb8
Some checks failed
ci/woodpecker/manual/lint Pipeline failed
ci/woodpecker/manual/test unknown status
ci/woodpecker/manual/docs unknown status
ci/woodpecker/manual/notify Pipeline was successful
refacor: migrate to systemd
2024-10-16 22:27:11 +02:00

18 lines
377 B
TOML

[tool.ruff]
exclude = [".git", "__pycache__"]
line-length = 99
indent-width = 4
[tool.ruff.lint]
ignore = ["W191", "E111", "E114", "E117", "S101", "S105"]
select = ["F", "E", "I", "W", "S"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
line-ending = "lf"
[tool.pytest.ini_options]
filterwarnings = ["ignore::FutureWarning", "ignore::DeprecationWarning"]