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 e018adf commit 023851eCopy full SHA for 023851e
README.md
@@ -82,7 +82,7 @@ Add this to your `.pre-commit-config.yaml`
82
- `name-tests-test` - Assert that files in tests/ end in `_test.py`.
83
- Use `args: ['--django']` to match `test*.py` instead.
84
- `no-commit-to-branch` - Protect specific branches from direct checkins.
85
- - Use `args: [--branch <branch>]` to set the branch. `master` is the
+ - Use `args: ['staging', 'master']` to set the branch. `master` is the
86
default if no argument is set.
87
- `-b` / `--branch` may be specified multiple times to protect multiple
88
branches.
0 commit comments