Files
codespell/.pre-commit-hooks.yaml
Dimitri Papadopoulos Orfanos 3a3058ad35 Add prettier to pre-commit (#3268)
2024-01-02 10:25:48 -05:00

7 lines
149 B
YAML

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