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 8d2785b commit 7b959d1Copy full SHA for 7b959d1
README.md
@@ -84,7 +84,7 @@ Add this to your `.pre-commit-config.yaml`
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
87
- (e.g. `--pattern, release/.*`). May be specified multiple times.
+ (e.g. `--pattern, release/.*`). May be specified multiple times.
88
- `pretty-format-json` - Checks that all your JSON files are pretty. "Pretty"
89
here means that keys are sorted and indented. You can configure this with
90
the following commandline options:
0 commit comments