Merge pull request #209 from pre-commit/0_15_0_forward_compatible
Make check-symlinks 0.15.0 compatible
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index c681c45..6cda2dd 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 c681c45..6cda2dd 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.