From 1bbac9948a3239be19ca1b88b103b29ac734d4b8 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 17 Aug 2025 10:45:51 -0700 Subject: [PATCH] Development: add tomli as codespell additional dep for py < 3.11 --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab94a22b8..93e38301e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,7 @@ repos: rev: v2.4.1 hooks: - id: codespell + additional_dependencies: [tomli] exclude_types: - pofile - json -- 2.47.2