mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 16:03:16 +01:00
16 lines
249 B
TOML
16 lines
249 B
TOML
|
[tool.ruff]
|
||
|
line-length = 100
|
||
|
target-version = "py38"
|
||
|
|
||
|
[tool.ruff.lint]
|
||
|
select = ["W", "E", "F", "I"]
|
||
|
ignore = [
|
||
|
]
|
||
|
|
||
|
[tool.ruff.lint.isort]
|
||
|
force-single-line = true
|
||
|
|
||
|
[tool.ruff.format]
|
||
|
preview = true # needed for quote-style
|
||
|
quote-style = "preserve"
|