summaryrefslogtreecommitdiffstats
path: root/src/ukify/ruff.toml
blob: 6c0ec6ceb84bb067e895ea07a4afb8bb58a65bec (plain)
1
2
3
4
5
6
target-version = "py39"
line-length = 109
lint.select = ["E", "F", "I", "UP"]

[format]
quote-style = "single"