Skip to content

Commit 5e4e5b3

Browse files
authored
Merge pull request #209 from pre-commit/0_15_0_forward_compatible
Make check-symlinks 0.15.0 compatible
2 parents aa50988 + c472043 commit 5e4e5b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
language: python
6464
# Match all files
6565
files: ''
66+
types: [symlink]
6667
- id: check-xml
6768
name: Check Xml
6869
description: This hook checks xml files for parseable syntax.

hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
language: python
6464
# Match all files
6565
files: ''
66+
types: [symlink]
6667
- id: check-xml
6768
name: Check Xml
6869
description: This hook checks xml files for parseable syntax.

0 commit comments

Comments
 (0)