From feb4d6dc52d57e3f896148e0a2663761b17aefbf Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 14 Mar 2014 13:34:12 -0700 Subject: [PATCH] Remove jshint and scss-lint as hooks for this project since we're a pure python project. --- .pre-commit-config.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bfd8db3c..1712e07d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,19 +6,3 @@ - id: pyflakes files: '\.py$' - -- - repo: git@github.com:pre-commit/jshint - sha: 191734354d1191e3771c004c3e905a94728d0349 - hooks: - - - id: jshint - files: '\.js$' - -- - repo: git@github.com:pre-commit/scss-lint - sha: 425536b1b77d9e836068edde4fb3101bea6e7dd8 - hooks: - - - id: scss-lint - files: '\.scss$'