From 042dadb9ee2c8ea32a8cda063732c0d0be62cec6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 23 May 2024 13:26:42 +0200 Subject: chore: release v0.1.4 --- nix/pre-commit-checks.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/pre-commit-checks.nix') diff --git a/nix/pre-commit-checks.nix b/nix/pre-commit-checks.nix index 10f8ae5..5f62494 100644 --- a/nix/pre-commit-checks.nix +++ b/nix/pre-commit-checks.nix @@ -62,6 +62,7 @@ rec { prettier = { enable = true; types_or = [ "plain-text" "yaml" "gotmpl" "javascript" ]; + excludes = [ "CHANGELOG\.md$" ]; settings = { plugins = with pkgs.nodePackages; [ "${prettier-plugin-go-template}/lib/node_modules/prettier-plugin-go-template/lib/index.js" -- cgit 1.4.1