From d6f9c53700bbd7849a28b5e27d5253c73eed6f4d Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Thu, 1 May 2025 12:27:07 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5e92658..f3829691 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,9 +13,3 @@ repos: - id: ruff-format 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