Make check-symlinks 0.15.0 compatible
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.