pre-commit/testing/resources/pcre_hooks_repo/hooks.yaml
2015-11-18 11:39:04 +01:00

16 lines
343 B
YAML

- id: regex-with-quotes
name: Regex with quotes
entry: "foo'bar"
language: pcre
files: ''
- id: other-regex
name: Other regex
entry: ^\[INFO\]
language: pcre
files: ''
- id: regex-with-grep-args
name: Regex with grep extra arguments
entry: foo\sbar
language: pcre
files: ''
args: [-z]