Skip to content

Commit 594948c

Browse files
committed
Fixed
1 parent bf9c968 commit 594948c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

program/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### pre-commit hooks
2+
pre-commit is a tool that checks and fixes simple issues (formatting, ...) before each commit. You can install it by following [their website](https://pre-commit.com/). In order to enable checks for this repo run `pre-commit install` from command-line in the root of this repo.
3+
4+
The checks are also performed in the CI to ensure the code follows consistent formatting.
5+
You might also need to install the nightly toolchain to run the formatting by running `rustup toolchain install nightly`.

0 commit comments

Comments
 (0)