mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
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
|