From 500b279eaa6c437fe63e4b5e534393b989c961cc Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Mon, 27 Jul 2015 21:23:02 -0700 Subject: [PATCH] Add .pp (Puppet manifest) to file extensions lists --- hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks.yaml b/hooks.yaml index bd0e724..9282867 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -85,7 +85,7 @@ description: Ensures that a file is either empty, or ends with one newline. entry: end-of-file-fixer language: python - files: \.(html|erb|slim|haml|ejs|jade|js|coffee|json|rb|md|py|css|scss|less|sh|tmpl|txt|yaml|yml)$ + files: \.(html|erb|slim|haml|ejs|jade|js|coffee|json|rb|md|py|css|scss|less|sh|tmpl|txt|yaml|yml|pp)$ - id: flake8 name: Flake8 description: This hook runs flake8. @@ -115,4 +115,4 @@ description: This hook trims trailing whitespace. entry: trailing-whitespace-fixer language: python - files: \.(html|erb|slim|haml|ejs|jade|js|coffee|json|rb|md|py|css|scss|less|sh|tmpl|txt|yaml|yml)$ + files: \.(html|erb|slim|haml|ejs|jade|js|coffee|json|rb|md|py|css|scss|less|sh|tmpl|txt|yaml|yml|pp)$