Skip to content

Commit

Permalink
Setup pre-commit to run codespell
Browse files Browse the repository at this point in the history
Eat our own dogfood...
  • Loading branch information
cclauss authored Feb 25, 2024
1 parent 8edd9f2 commit ef07a2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli

0 comments on commit ef07a2b

Please sign in to comment.