From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 17 Aug 2025 17:45:51 +0000 (-0700) Subject: Development: add tomli as codespell additional dep for py < 3.11 X-Git-Tag: v2.18.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bbac9948a3239be19ca1b88b103b29ac734d4b8;p=thirdparty%2Fpaperless-ngx.git Development: add tomli as codespell additional dep for py < 3.11 --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab94a22b81..93e38301e1 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