scribble / .ruff.toml
tschm's picture
local support
2a33a28
raw
history blame contribute delete
102 Bytes
exclude = [
"*__init__.py"
]
line-length = 120
target-version = "py312"
select = ["E", "F", "I"]