We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b959d1 commit 6568414Copy full SHA for 6568414
README.md
@@ -80,7 +80,7 @@ Add this to your `.pre-commit-config.yaml`
80
- Use `args: ['--django']` to match `test*.py` instead.
81
- `no-commit-to-branch` - Protect specific branches from direct checkins.
82
- Use `args: [--branch, staging, --branch, master]` to set the branch.
83
- `master` is the default if no argument is set.
+ `master` is the default if no branch argument is set.
84
- `-b` / `--branch` may be specified multiple times to protect multiple
85
branches.
86
- `-p` / `--pattern` can be used to protect branches that match a supplied regex
0 commit comments