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