From 7ec485352199e02d608198b0206b0675fa84af73 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 25 Jun 2014 15:36:34 -0700 Subject: [PATCH] Add scss to fixers. --- hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks.yaml b/hooks.yaml index 4493767..b371535 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -15,7 +15,7 @@ description: Ensures that a file is either empty, or ends with one newline. entry: end-of-file-fixer language: python - files: \.(js|rb|md|py|sh|tmpl|txt|yaml|yml)$ + files: \.(js|rb|md|py|scss|sh|tmpl|txt|yaml|yml)$ - id: flake8 name: Flake8 description: This hook runs flake8. @@ -39,4 +39,4 @@ description: This hook trims trailing whitespace. entry: trailing-whitespace-fixer language: python - files: \.(js|rb|md|py|sh|tmpl|txt|yaml|yml)$ + files: \.(js|rb|md|py|scss|sh|tmpl|txt|yaml|yml)$