From 76d1953098890c164ffe691ca684547d8be692fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 06:39:08 +0100 Subject: [PATCH] Upgrade pre-commit hooks revisions (#248) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1dba1cc..f0ac903 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: /~https://github.com/rbubley/mirrors-prettier - rev: v3.3.3 + rev: v3.4.2 hooks: - id: prettier types_or: @@ -37,14 +37,14 @@ repos: - id: end-of-file-fixer name: end-of-file-fixer - repo: /~https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows name: check-github-workflows args: - --verbose - repo: /~https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.4 hooks: - id: ruff args: @@ -78,7 +78,7 @@ repos: hooks: - id: yamllint - repo: /~https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.15.0 + rev: v0.17.1 hooks: - id: markdownlint-cli2 name: markdownlint-readme @@ -90,7 +90,7 @@ repos: name: editorconfig-checker alias: ec - repo: /~https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy name: mypy-mkdocs-1.5.0 @@ -100,7 +100,7 @@ repos: - platformdirs - wcmatch - repo: /~https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy name: mypy-mkdocs-1.6.0