Skip to content

Commit

Permalink
chore(perlcritic): Update perlcritic
Browse files Browse the repository at this point in the history
pre-commit CI runs started failing on the perlcritic step, so update to
the last version of the perlcritic pre-commit hook, corresponding to
perlcritic v1.156
  • Loading branch information
yedayak authored and scop committed Jan 8, 2025
1 parent e700ae7 commit c7e6321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repos:
files: ^(helpers/perl|.+\.p[ml])$

- repo: https://github.com/scop/pre-commit-perlcritic
rev: v1.144-1
rev: v1.156-1
hooks:
- id: perlcritic
args: [--quiet, --verbose, "5"]
Expand Down

0 comments on commit c7e6321

Please sign in to comment.