diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 887e556..9d4bcfa 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.8.1" + rev: "v3.8.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -43,14 +43,14 @@ repos: additional_dependencies: [black==25.*] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.9" + rev: "v0.15.12" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.0 + rev: v1.20.2 hooks: - id: mypy files: src