tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Enhancement: Make available as `pre-commit` hook #114

Closed mindlessroman closed 11 months ago

mindlessroman commented 11 months ago

Include a .pre-commit-hooks.yaml file so this can be easily used in a pre-commit set up.

(I have an incoming PR to provide this.)

tbroadley commented 11 months ago

This sounds like a great addition to me! Thank you!