From 3a3415c6e25d9b15b6461184cfb22f086903beb6 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 6 Nov 2023 12:19:30 -0500 Subject: [PATCH] Add codespell to pre-commit hooks --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 059d5aff..4ac7720b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,6 +82,14 @@ repos: hooks: - id: yesqa + - repo: https://github.com/codespell-project/codespell + rev: v2.2.6 + hooks: + - id: codespell + args: ["--write-changes", "--ignore-words-list", "exten"] + additional_dependencies: + - tomli + # - repo: https://github.com/MarcoGorelli/absolufy-imports # rev: v0.3.1 # hooks: