Skip to content

Commit f2bdc07

Browse files
committed
chore: add .pre-commit-config.yml and update README
1 parent f5144e6 commit f2bdc07

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.pre-commit-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/juaml/junifer-data-hooks
3+
rev: e53cfed516b4b1dc81b24bfb5fd90768714cd389
4+
hooks:
5+
- id: check-julich-brain-versions

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,19 @@ To update, install [uv](https://docs.astral.sh/uv/getting-started/installation/)
1414
```console
1515
just julich-brain
1616
```
17+
18+
## `pre-commit` hooks
19+
20+
Install by:
21+
22+
```console
23+
prek install --install-hooks
24+
```
25+
26+
Run by:
27+
28+
```console
29+
prek run --all-files
30+
```
31+
32+
For more information, check [here](https://github.com/juaml/junifer-data-hooks).

0 commit comments

Comments
 (0)