Add scss to fixers.

This commit is contained in:
Anthony Sottile 2014-06-25 15:36:34 -07:00
parent f69737ee19
commit 7ec4853521

View file

@ -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)$