diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d770454..caf5493 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,16 +8,8 @@ repos: hooks: - id: check-ast name: validate Python code - - id: check-merge-conflict - name: check for git merge conflicts exclude: .*\.rst - id: check-case-conflict - name: check for filename case conflicts - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-json - - id: check-toml - - id: check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.28.6 @@ -35,16 +27,6 @@ repos: hooks: - id: rst-directive-colons - id: rst-inline-touching-normal - - id: text-unicode-replacement-char - -- repo: https://github.com/codespell-project/codespell - rev: v2.3.0 - hooks: - - id: codespell - name: codespell (add false positives to pyproject.toml) - args: [--write-changes] - additional_dependencies: - - tomli - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.5.0