diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a1141ea6..0f99ad5cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,14 +8,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.1 - hooks: - - id: mypy - exclude: '^(docs|tasks|tests)|setup\.py' - args: [] - additional_dependencies: [pyparsing, nox, orjson] - - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.13.0 hooks: @@ -30,6 +22,14 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal + - repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.18.1 + hooks: + - id: mypy + exclude: '^(docs|tasks|tests)|setup\.py' + args: [] + additional_dependencies: [pyparsing, nox, orjson] + - repo: https://github.com/codespell-project/codespell rev: "v2.4.1" hooks: