Files
esp-mqtt/pyproject.toml
T
Euripedes Rocha Filho 71534b1c43 ci: Adds target tests and move to gitlab components
Ths adopts gitlab components for better maintanance of CI.
Adds target tests
2025-10-01 13:14:17 +02:00

13 lines
261 B
TOML

[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