]> git.donarmstrong.com Git - perltidy.git/blob - .pre-commit-hooks.yaml
fix up debian janitor merge commit to match actual pieces which were comitted
[perltidy.git] / .pre-commit-hooks.yaml
1 - id: perltidy
2   name: perltidy
3   description: Run the perltidy source code formatter on Perl source files
4   minimum_pre_commit_version: 2.1.0
5   entry: perltidy --nostandard-output --backup-and-modify-in-place
6   args: [--standard-error-output, --backup-file-extension=/]
7   language: perl
8   types: [perl]