From 5436dc4c8dde41a1a579871b00330814dbd960f7 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 3 Nov 2024 12:49:40 +0100 Subject: [PATCH] Update codespell (#222) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0935ee7..56bfedc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: args: ['-fallback-style=none', '-i'] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ['--write-changes']