Skip to content

Commit 20eb3ac

Browse files
authored
Use types_or instead of types which matches nothing (#9)
1 parent 22750e7 commit 20eb3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: ""
44
entry: xml-fmt
55
language: python
6-
types: ["xsd", "xml"]
6+
types_or: ["xsd", "xml"]
77
args: []
88
require_serial: false
99
additional_dependencies: []

0 commit comments

Comments
 (0)