mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
ci: Adds target tests and move to gitlab components
Ths adopts gitlab components for better maintanance of CI. Adds target tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user