Skip to content

Commit a406f3d

Browse files
authored
Merge pull request #859 from scop/test/pre-commit-perlcritic
test(pre-commit): use scop/pre-commit-perlcritic, update to 1.144
2 parents aa36398 + 7987437 commit a406f3d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,10 @@ repos:
102102
types: [text]
103103
files: ^(helpers/perl|.+\.p[ml])$
104104

105-
- repo: local
105+
- repo: https://github.com/scop/pre-commit-perlcritic
106+
rev: v1.144-1
106107
hooks:
107108
- id: perlcritic
108-
name: perlcritic
109-
language: perl
110-
additional_dependencies: [PETDANCE/Perl-Critic-1.140.tar.gz]
111-
entry: perlcritic
112109
args: [--quiet, --verbose, "5"]
113110
types: [text]
114111
files: ^(helpers/perl|.+\.p[ml])$

0 commit comments

Comments
 (0)