From 4b1a8b298952983d92cb177c23d4284e1e6db4d8 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Thu, 1 May 2025 12:07:24 +0100 Subject: [PATCH] update precommit --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76213841..fa541354 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,8 @@ repos: types_or: [ python, pyi ] args: [ --line-length, "120", --target-version, "py310" ] -- repo: https://github.com/codespell-project/codespell - rev: v2.4.1 - hooks: - - id: codespell - files: ^.*\.(py|md)$ \ No newline at end of file +# - repo: https://github.com/codespell-project/codespell +# rev: v2.4.1 +# hooks: +# - id: codespell +# files: ^.*\.(py|md)$ \ No newline at end of file