Skip to content

Commit d4171a2

Browse files
committed
Fix filetypes in .pre-commit-hooks.yaml
1 parent c8b3148 commit d4171a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: snippet-fmt
33
entry: snippet-fmt
44
language: python
5-
types_or: [python, pyi]
5+
types_or: [rst]
66
require_serial: false
77
args:
88
- --verbose

0 commit comments

Comments
 (0)