From c4720434ba44e12f36c411b09586657f5a8c3ab7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 2 Jul 2017 19:55:58 -0700 Subject: [PATCH] Make check-symlinks 0.15.0 compatible --- .pre-commit-hooks.yaml | 1 + hooks.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0604585..b9bcaac 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -63,6 +63,7 @@ language: python # Match all files files: '' + types: [symlink] - id: check-xml name: Check Xml description: This hook checks xml files for parseable syntax. diff --git a/hooks.yaml b/hooks.yaml index 0604585..b9bcaac 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -63,6 +63,7 @@ language: python # Match all files files: '' + types: [symlink] - id: check-xml name: Check Xml description: This hook checks xml files for parseable syntax.