mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
71534b1c43
Ths adopts gitlab components for better maintanance of CI. Adds target tests
13 lines
261 B
TOML
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
|