hass.tibber_prices/pyproject.toml
Julian Pawlowski c67ec09c9a refactoring
2025-04-23 18:51:40 +00:00

10 lines
160 B
TOML

# pyproject.toml
[tool.black]
line-length = 120
target-version = ['py313']
skip-string-normalization = false
[tool.isort]
profile = "black"
line_length = 120