Add bibtex-tidy as a pre-commit hook - #408
Open
namurphy wants to merge 3 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #408 +/- ##
=======================================
Coverage 87.97% 87.97%
=======================================
Files 26 26
Lines 1855 1855
Branches 110 110
=======================================
Hits 1632 1632
Misses 180 180
Partials 43 43 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Contributor
|
Hey Nick - rather than holding this PR for a month or more, what if we split the |
joyvelasquez
marked this pull request as ready for review
July 20, 2026 23:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds
bibtex-tidyas a pre-commit hook to autoformat bibtex bibliography files.Note
This PR makes a lot of changes to
bibliography.bib, and should not be merged until after #367 is merged to avoid a messy merge conflict.