diff options
| author | Stefan Boberg <[email protected]> | 2024-03-13 14:34:19 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-03-13 14:34:19 +0100 |
| commit | 73e837e69c0ae785250ff33f442675a0be17a17c (patch) | |
| tree | a7a1c4442e535bc929e11e1689d9f535aa1c90f8 | |
| parent | Update README.md (diff) | |
| download | zen-73e837e69c0ae785250ff33f442675a0be17a17c.tar.xz zen-73e837e69c0ae785250ff33f442675a0be17a17c.zip | |
added notes on how to install git hooks
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ commit. * Make sure python3 is installed. Version 3.11 or later should work * You can install using `winget install python3` * Run `pip install pre-commit==3.2.0` (later versions may or may not work) +* If you want the pre-commit steps to be run at commit time you can run `pre-commit install` within your local repo. ## Building on Linux |