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 235ef5c commit d2b81b4Copy full SHA for d2b81b4
.pre-commit-hooks.yaml
@@ -6,4 +6,5 @@
6
entry: perlcritic
7
args: [--quiet]
8
types: [perl]
9
- stages: [commit, merge-commit, push, manual]
+ stages: [pre-commit, pre-merge-commit, pre-push, manual]
10
+ minimum_pre_commit_version: 3.2.0 # for "stages" names
0 commit comments