Thanks for this cool tool!
I want to apply pre-commit only to master, but I don't know how to configure in .precommit-configure.yaml.
Should I git commit --no-verify in other branches?
There's a pre-commit install --allow-missing-config option which allows feature branches to bypass until they've been updated with master
Does that satisfy your usecase?
@asottile very good, thanks!!!
perfect! thanks for the issue 馃帀