Skip to content

Commit 3aa6c64

Browse files
authored
Update README.md
1 parent 023851e commit 3aa6c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Add this to your `.pre-commit-config.yaml`
8282
- `name-tests-test` - Assert that files in tests/ end in `_test.py`.
8383
- Use `args: ['--django']` to match `test*.py` instead.
8484
- `no-commit-to-branch` - Protect specific branches from direct checkins.
85-
- Use `args: ['staging', 'master']` to set the branch. `master` is the
86-
default if no argument is set.
85+
- Use `args: [--branch, staging, --branch, master]` to set the branch.
86+
`master` is the default if no argument is set.
8787
- `-b` / `--branch` may be specified multiple times to protect multiple
8888
branches.
8989
- `pyflakes` - Run pyflakes on your python files.

0 commit comments

Comments
 (0)