[Feature Request] Make commit hook non-blocking
Feature Request: Make commit hook non-blocking (optional warning mode)
Nice work on the tool — it's been really helpful!
One improvement I'd love to see: could the commit hook support a warning-only mode instead of blocking the commit outright?
The use case: I prefer to keep changes to .pre-commit-config.yaml isolated in dedicated commits, but with frequent updates (some devs are quite industrious), I often hit the hook unexpectedly. Having to do a manual dry-run each time just to check feels like unnecessary overhead.
An optional mode where the hook just warns about the config drift — but still allows the commit — would be a great quality-of-life improvement.
Thanks for considering!
issue