mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
Merge pull request #209 from pre-commit/0_15_0_forward_compatible
Make check-symlinks 0.15.0 compatible
This commit is contained in:
commit
5e4e5b3bcb
2 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@
|
||||||
language: python
|
language: python
|
||||||
# Match all files
|
# Match all files
|
||||||
files: ''
|
files: ''
|
||||||
|
types: [symlink]
|
||||||
- id: check-xml
|
- id: check-xml
|
||||||
name: Check Xml
|
name: Check Xml
|
||||||
description: This hook checks xml files for parseable syntax.
|
description: This hook checks xml files for parseable syntax.
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@
|
||||||
language: python
|
language: python
|
||||||
# Match all files
|
# Match all files
|
||||||
files: ''
|
files: ''
|
||||||
|
types: [symlink]
|
||||||
- id: check-xml
|
- id: check-xml
|
||||||
name: Check Xml
|
name: Check Xml
|
||||||
description: This hook checks xml files for parseable syntax.
|
description: This hook checks xml files for parseable syntax.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue