URL: http://github.com/pre-commit/pre-commit.com/commit/a2efef5a4442708fa4a815bf9a419db73c9d1776
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 60774dd commit a2efef5Copy full SHA for a2efef5
1 file changed
sections/new-hooks.md
@@ -463,6 +463,7 @@ the regex as the [`entry`](#hooks-entry). The [`entry`](#hooks-entry) may be an
463
can apply the `(?i)` flag as the start of your entry, or use `args: [-i]`.
464
465
_new in 1.8.0_: For multiline matches, use `args: [--multiline]`.
466
+
467
_new in 2.8.0_: To require all files to match, use `args: [--negate]`.
468
469
__Support:__ pygrep hooks are supported on all platforms which pre-commit runs
0 commit comments