renamed git-hooks to silence warning

This commit is contained in:
John Lancaster
2025-06-02 09:56:35 -05:00
parent a501d9f4b1
commit 83db5f51ce

View File

@@ -87,7 +87,7 @@
# This is your devenv configuration
# https://devenv.sh/reference/options/#pre-commithooks
pre-commit.hooks = {
git-hooks.hooks = {
end-of-file-fixer.enable = true;
trim-trailing-whitespace.enable = true;
};