From 4500d71f1dc72d4d3315ac8f90ae2f0ae22c7a5b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 27 Jun 2022 18:31:30 -0700 Subject: feat(flake): add pre-commit hooks And configure them to run nixpkgs-fmt and shellcheck. Change-Id: I0aa2025e368b80c5e7d90a4dc05448494525e31e Reviewed-on: https://cl.fcuny.net/c/world/+/590 Reviewed-by: Franck Cuny Tested-by: CI --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cfbff8c..f60514c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /result /users/fcuny/notes/result /tools/gerrit-hook/gerrit-hook +/.pre-commit-config.yaml -- cgit 1.4.1