typos/.pre-commit-hooks.yaml

8 lines
141 B
YAML
Raw Normal View History

2021-06-08 15:54:38 -04:00
- id: typos
name: typos
description: Source code spell checker
language: rust
entry: typos
args: [--write-changes]
types: [text]