Files
codespell/.pre-commit-hooks.yaml
Anthony Sottile c705079a08 Update pre-commit hooks definition (#1167)
just removed the things that are the default
2019-06-18 11:40:32 -04:00

7 lines
161 B
YAML

- id: codespell
name: codespell
description: Checks for common misspellings in text files.
entry: codespell
language: python
types: [text]