diff --git a/nix/pre-commit.nix b/nix/pre-commit.nix index 883bab6..f2373ad 100644 --- a/nix/pre-commit.nix +++ b/nix/pre-commit.nix @@ -7,7 +7,7 @@ pre-commit-lib.run { # formatter treefmt = { enable = true; - excludes = [ "chart/.*(yaml|yml)" "chart/README.md" ]; + excludes = [ "chart/.*(yaml|yml)" "chart/README.md" "Changelog.md" "docs/developer/CommitConventions.md" ]; }; # linters From https://github.com/cachix/pre-commit-hooks.nix