reframe / ruff.toml
macayaven's picture
first-features (#1)
c6ce43e verified
line-length = 100
target-version = "py310"
[lint]
select = ["E", "F", "I", "B", "UP"]
ignore = []
[format]
quote-style = "preserve"
indent-style = "space"
line-ending = "lf"