aboutsummaryrefslogtreecommitdiff
path: root/ruff.toml
blob: 66b2fa6440245e43e1cc0556a512b14d13f97d6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
exclude = [".venv"]
line-length = 80
indent-width = 4
respect-gitignore = true
show-fixes = true

[format]
docstring-code-format = true
docstring-code-line-length = 80
indent-style = "space"
quote-style = "double"

[lint]
ignore = ["PLR0912"]