additionally, the issue_import has been removed, as our mirror has been disconued Change-Id: I8cb4c807db6c415b0fd340ead58be341a05e6a34
17 lines
376 B
TOML
17 lines
376 B
TOML
[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"]
|
|
priority = 1
|