Skip to content

Commit

Permalink
add bibclean hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed Oct 24, 2023
1 parent d1eda44 commit 7f64edd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ repos:
files: template
additional_dependencies: [tomli]

- repo: https://github.com/mscheltienne/bibclean
rev: 0.7.1
hooks:
- id: bibclean-fix
files: doc/references.bib
args: [--exit-non-zero-on-fix]

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
Expand Down

0 comments on commit 7f64edd

Please sign in to comment.