Files
esp-mqtt/pyproject.toml
T

13 lines
261 B
TOML
Raw Normal View History

[tool.ruff]
# Keep default settings; configure lint rules below.
line-length = 120
[tool.ruff.lint]
select = ["E", "F", "Q"]
[tool.ruff.lint."flake8-quotes"]
inline-quotes = "double"
multiline-quotes = "double"
docstring-quotes = "double"
avoid-escape = true