mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Use a different test for grep flags to support old grep
This commit is contained in:
parent
e80f203ba2
commit
31bc019791
2 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
files: ''
|
||||
- id: regex-with-grep-args
|
||||
name: Regex with grep extra arguments
|
||||
entry: foo\sbar
|
||||
entry: foo.+bar
|
||||
language: pcre
|
||||
files: ''
|
||||
args: [-z]
|
||||
args: [-i]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue