ygpedroso / python-githooks

Create git hooks with ease using a simple configuration file.
MIT License
34 stars 6 forks source link

Do not need to re-run githooks when config file changes #2

Open iamogbz opened 5 years ago

iamogbz commented 5 years ago

From the docs

Remember to re-run python -m python_githooks or githooks every time you make changes to the configuration file, whether it is for adding new hooks or modifying the current ones.

Feature Request Should be possible to configure it once and allow commands to be updated without needing to rerun the githooks configure step

iamogbz commented 4 years ago

Forked and implemented: iamogbz/python-githooks#1