PartEdit / pyproject.toml
Gorluxor
initial demo
16eb15e
raw
history blame contribute delete
108 Bytes
[tool.ruff]
extend-select = ["C4", "SIM", "TCH"]
ignore = ["F401"]
show-fixes = true
target-version = "py39"