diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31a8448b..68b07554 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,8 +12,8 @@ repos: - id: check-symlinks - id: debug-statements - id: detect-private-key - - id: end-of-file-fixer - - id: trailing-whitespace + # - id: end-of-file-fixer + # - id: trailing-whitespace - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 @@ -22,26 +22,26 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 - hooks: - - id: codespell - args: ["--write-changes"] - additional_dependencies: - - tomli + # - repo: https://github.com/codespell-project/codespell + # rev: v2.2.5 + # hooks: + # - id: codespell + # args: ["--write-changes"] + # additional_dependencies: + # - tomli - repo: https://github.com/astral-sh/ruff-pre-commit rev: "v0.1.5" hooks: - id: ruff args: ["--fix", "--show-fixes"] - - id: ruff-format + # - id: ruff-format - repo: https://github.com/MarcoGorelli/cython-lint rev: v0.15.0 hooks: - id: cython-lint - - id: double-quote-cython-strings + # - id: double-quote-cython-strings - repo: https://github.com/pycqa/isort rev: 5.12.0 @@ -57,7 +57,7 @@ repos: additional_dependencies: - black==22.12.0 - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" - hooks: - - id: prettier + # - repo: https://github.com/pre-commit/mirrors-prettier + # rev: "v3.0.1" + # hooks: + # - id: prettier