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.
2 parents e018adf + 3aa6c64 commit 78b2443Copy full SHA for 78b2443
README.md
@@ -82,8 +82,8 @@ 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
86
- default if no argument is set.
+ - Use `args: [--branch, staging, --branch, master]` to set the branch.
+ `master` is the default if no argument is set.
87
- `-b` / `--branch` may be specified multiple times to protect multiple
88
branches.
89
- `pyflakes` - Run pyflakes on your python files.
0 commit comments