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