mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
10 lines
160 B
TOML
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
|