Skip to content

Commit

Permalink
Fix filetypes in .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 13, 2021
1 parent c8b3148 commit d4171a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: snippet-fmt
entry: snippet-fmt
language: python
types_or: [python, pyi]
types_or: [rst]
require_serial: false
args:
- --verbose
Expand Down

0 comments on commit d4171a2

Please sign in to comment.