mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 16:44:42 +04:00
Implement pygrep language as a replacement for pcre
This commit is contained in:
parent
3a7806ea30
commit
e9509306d8
8 changed files with 186 additions and 112 deletions
|
|
@ -73,7 +73,7 @@ def config_with_local_hooks():
|
|||
('id', 'do_not_commit'),
|
||||
('name', 'Block if "DO NOT COMMIT" is found'),
|
||||
('entry', 'DO NOT COMMIT'),
|
||||
('language', 'pcre'),
|
||||
('language', 'pygrep'),
|
||||
('files', '^(.*)$'),
|
||||
))],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue