File: ruff.toml

package info (click to toggle)
ausweisapp2 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,656 kB
  • sloc: cpp: 113,434; python: 1,849; xml: 1,476; java: 887; sh: 187; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
exclude = [
    ".git",
    ".git-rewrite",
    ".hg",
    ".ruff_cache",
    "patch.py",
]

line-length = 79
indent-width = 4

[lint]

[format]
quote-style = "single"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "lf"