diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 017be7a..bc5a3a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.6.0" + rev: "v6.0.0" hooks: - id: check-json - id: check-merge-conflict @@ -9,22 +9,22 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.3.3" + rev: "v3.6.2" hooks: - id: prettier args: - --no-error-on-unmatched-pattern - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: "v0.14.0" + rev: "v0.18.1" hooks: - id: markdownlint-cli2 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.8" + rev: "v0.12.8" hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.2" + rev: "v1.17.1" hooks: - id: mypy additional_dependencies: