diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-27 18:31:30 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-28 07:03:26 -0700 |
commit | 4500d71f1dc72d4d3315ac8f90ae2f0ae22c7a5b (patch) | |
tree | b9a1e2987eb2bdd84c61ef09bf84260b6f650f81 /.gitignore | |
parent | ref(flake): import tools top-level module (diff) | |
download | world-4500d71f1dc72d4d3315ac8f90ae2f0ae22c7a5b.tar.gz |
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 <franck@fcuny.net> Tested-by: CI
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |