From 5d222b195f9717ffd37ccc9271a08d420ea28fd1 Mon Sep 17 00:00:00 2001 From: Alex Koster Date: Mon, 18 May 2026 11:07:48 -0700 Subject: [PATCH] Added codespell as a pre-commit hook --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b3109a..0021112 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,10 @@ repos: hooks: - id: ruff - id: ruff-format + - repo: https://github.com/codespell-project/codespell + rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2 + hooks: + - id: codespell - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: