1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
[formatter.nix]
command = "nixfmt"
includes = ["*.nix"]
excludes = ["tests/**"]

[formatter.ruff-format]
command = "ruff"
options = ["format"]
includes = ["tests/functional2/**/*.py", "meson/clang-tidy/*.py"]
priority = 0

[formatter.ruff]
command = "ruff"
options = ["check"]
includes = ["tests/functional2/**/*.py", "meson/clang-tidy/*.py", "maintainers/*.py", "lix/code-generation/*.py"]
priority = 1