e7b7cd9474
Change-Id: I5836232d7ff9ebfa576bfbfe128e77775624c05d
15 lines
356 B
TOML
15 lines
356 B
TOML
[tool.ruff]
|
|
line-length = 79
|
|
target-version = "py38"
|
|
|
|
[tool.ruff.lint]
|
|
# enable the following rule classes:
|
|
#
|
|
# C4: https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4
|
|
# UP: https://docs.astral.sh/ruff/rules/#pyupgrade-up
|
|
select = ["C4", "UP"]
|
|
[tool.ruff.format]
|
|
quote-style = "double"
|
|
docstring-code-format = true
|
|
skip-magic-trailing-comma = true
|