Skip to content

Commit 7f64edd

Browse files
committed
add bibclean hook
1 parent d1eda44 commit 7f64edd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ repos:
3434
files: template
3535
additional_dependencies: [tomli]
3636

37+
- repo: https://github.com/mscheltienne/bibclean
38+
rev: 0.7.1
39+
hooks:
40+
- id: bibclean-fix
41+
files: doc/references.bib
42+
args: [--exit-non-zero-on-fix]
43+
3744
- repo: https://github.com/pappasam/toml-sort
3845
rev: v0.23.1
3946
hooks:

0 commit comments

Comments
 (0)