From 9351b4825d856f27f7ed1d193ff437e08883bbd0 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Mon, 2 Oct 2023 10:00:59 -0500 Subject: [PATCH] add codespell --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b082b7..167c728 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,6 +18,11 @@ repos: exclude: tests - id: trailing-whitespace exclude: tests +- repo: https://github.com/codespell-project/codespell + rev: v2.2.4 + hooks: + - id: codespell + args: [-w] - repo: https://github.com/fsfe/reuse-tool rev: v1.1.2 hooks: