From f87fb14487e97af47befecc7bd51c307cf92f758 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 4 Jul 2024 11:47:18 -0700 Subject: [PATCH] Add codespell pre-commit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4f17bb..6113db8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,3 +29,8 @@ repos: - id: ruff args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"] - id: ruff-format + + - repo: https://github.com/codespell-project/codespell + rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0 + hooks: + - id: codespell