texworld / betterbib

:green_book: Command-line tools for bibliographies.
816 stars 42 forks source link

precommit hook broken #200

Closed JensHeinrich closed 3 years ago

JensHeinrich commented 3 years ago

Moving the entry point broke the pre-commit hook in the repo

JensHeinrich commented 3 years ago

I am not sure what the best way is to handle it. As args in the hook are overriden by user supplied ones, using the betterbib entry point seems to be a bad idea. What do you think about adding dedicated scripts for the hooks (probably in their own directory) just importing the methods from the cli folder for now @nschloe ?