mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 07:53:16 +01:00
a5c354d60b
For now pylint checks are disabled. Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
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"
|