summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-08-30 14:46:16 -0500
committerBe <be@mixxx.org>2020-08-30 14:46:16 -0500
commit9cb915891046f05c76b77605baf7dc63ab502306 (patch)
tree6e8e7a93f7185504acaac9494b2d89bf7a044a33 /.pre-commit-config.yaml
parentdc7d28b6578984ed40c01d711719f60802c7d4b2 (diff)
pre-commit: add codespell hook
I am tired of correcting typos in code review.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c91345dd2b..bf8292561b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -65,6 +65,10 @@ repos:
- commit
- manual
- id: no-commit-to-branch
+- repo: https://github.com/codespell-project/codespell
+ rev: v1.17.1
+ hooks:
+ - id: codespell
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.2.0
hooks: