From 8bfdd15a6ae72ed9a25b1233bd71d1e338405778 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:58:38 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 9.0.0a3 → 9.0.0b1](https://github.com/PyCQA/isort/compare/9.0.0a3...9.0.0b1) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.0) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.9.6](https://github.com/rbubley/mirrors-prettier/compare/v3.8.3...v3.9.6) - [github.com/hadolint/hadolint: v2.14.0 → v2.15.1](https://github.com/hadolint/hadolint/compare/v2.14.0...v2.15.1) - [github.com/hadolint/hadolint: v2.14.0 → v2.15.1](https://github.com/hadolint/hadolint/compare/v2.14.0...v2.15.1) - [github.com/igorshubovych/markdownlint-cli: v0.48.0 → v0.49.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.1) --- .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 50b46a9..02da7e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # Automatically sort python imports - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort args: [--profile, black] @@ -35,7 +35,7 @@ repos: # Check python code static typing - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy args: [--config, ./mypy.ini] @@ -63,7 +63,7 @@ repos: # Autoformat: YAML, JSON, Markdown, etc. - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.3 + rev: v3.9.6 hooks: - id: prettier @@ -78,7 +78,7 @@ repos: # Lint: Dockerfile - repo: https://github.com/hadolint/hadolint - rev: v2.14.0 + rev: v2.15.1 hooks: - id: hadolint-docker entry: hadolint/hadolint:v2.12.1-beta hadolint @@ -86,7 +86,7 @@ repos: # Lint: Dockerfile # We're linting .dockerfile files as well - repo: https://github.com/hadolint/hadolint - rev: v2.14.0 + rev: v2.15.1 hooks: - id: hadolint-docker name: Lint *.dockerfile Dockerfiles @@ -124,7 +124,7 @@ repos: # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.1 hooks: - id: markdownlint args: ["--fix"]