Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sections/new-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ For multiline matches, use `args: [--multiline]`.

To require all files to match, use `args: [--negate]`.

The single line matches include trailing newline, you need to include it to
match something at the end of the string, for example `word\n$'.

__Support:__ pygrep hooks are supported on all platforms which pre-commit runs
on.

Expand Down