Skip to content

Commit a6f189b

Browse files
committed
#137 explain
1 parent 885d002 commit a6f189b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ tlgmr install bibcop
6868
bibcop --help
6969
```
7070

71+
## How to use as pre-commit hook
72+
73+
If you use [pre-commit], simply add this to your config:
74+
75+
```yaml
76+
- repo: https://github.com/yegor256/bibcop
77+
rev: 0.0.29
78+
hooks:
79+
- id: bibcop
80+
args: []
81+
```
82+
7183
## How to Contribute
7284
7385
If you want to contribute yourself, make a fork, then create a branch,
@@ -91,3 +103,4 @@ Copyright (c) 2022-2025 Yegor Bugayenko, MIT License
91103

92104
[BLOG]: https://www.yegor256.com/2023/09/05/style-checker-for-bibtex-files.html
93105
[INSTALL]: https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages
106+
[pre-commit]: https://pre-commit.com/

0 commit comments

Comments
 (0)