diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4df64d11a..8bafeb160 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,15 +40,15 @@ repos: (?x)^( ^benchmarks/utilities/cxxopts.hpp ) - - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 - hooks: - - id: codespell - exclude: | - (?x)^( - pyproject.toml| - benchmarks/utilities/cxxopts.hpp - ) + # - repo: https://github.com/codespell-project/codespell + # rev: v2.2.4 + # hooks: + # - id: codespell + # exclude: | + # (?x)^( + # pyproject.toml| + # benchmarks/utilities/cxxopts.hpp + # ) - repo: local hooks: - id: cmake-format