diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89b59d1..887e556 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.7.4" + rev: "v3.8.1" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -43,21 +43,21 @@ repos: additional_dependencies: [black==25.*] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.15.9" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.0 hooks: - id: mypy files: src args: [] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["-w"]