Commit 74cae50
authored
do not install pre-commit hooks (#172)
Pre commit hooks get installed without warning when running a nix dev
shell. This has the effect of changing the development environment
outside the dev shell.
The pre-commit hooks do not take into consideration the local developers
environment or tooling, such as IDE of choice. Also, the pre-commit
hooks assume tooling which may only be present inside the dev shell.
This can lead to an inability to commit and interferes with local
development.
This patch removes that, so that running the dev shell does not change
the development environment outside the dev shell.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments