From 638c9c66dc0a2982759a40a8022271e7b0d0fd75 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 12 Nov 2023 11:24:06 -0600 Subject: [PATCH] Add todo item to enforce certain commit message format --- pre-commit.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pre-commit.bash b/pre-commit.bash index 159772f..9ab9ad7 100755 --- a/pre-commit.bash +++ b/pre-commit.bash @@ -3,4 +3,5 @@ set -eux nix flake check -nix run nixpkgs#alejandra -- --check . \ No newline at end of file +nix run nixpkgs#alejandra -- --check . +# TODO: check commit message format