Fork of Lix to retain it clean from idiot AI sloppers
0

Configure Feed

Select the types of activity you want to include in your feed.

lix / treefmt.toml
404 B 16 lines
1[formatter.nix] 2command = "nixfmt" 3includes = ["*.nix"] 4excludes = ["tests/**"] 5 6[formatter.ruff-format] 7command = "ruff" 8options = ["format"] 9includes = ["tests/functional2/**/*.py", "meson/clang-tidy/*.py"] 10priority = 0 11 12[formatter.ruff] 13command = "ruff" 14options = ["check"] 15includes = ["tests/functional2/**/*.py", "meson/clang-tidy/*.py", "maintainers/*.py", "lix/code-generation/*.py"] 16priority = 1