/ .pre-commit-hooks.yaml
.pre-commit-hooks.yaml
1  - id: proselint
2    name: A linter for prose
3    description: This hook checks language usage and style in text files.
4    entry: proselint
5    language: python
6    types: [text]