From f175940bd438f1ef7768f0f9a8ae40875600a150 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:05:53 +0000 Subject: [PATCH 1/2] chore: autoupdate pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for more information, see https://pre-commit.ci updates: - [github.com/rbubley/mirrors-prettier: v3.8.0 → v3.8.1](https://github.com/rbubley/mirrors-prettier/compare/v3.8.0...v3.8.1) - [github.com/adhtruong/mirrors-typos: v1.42.0 → v1.42.1](https://github.com/adhtruong/mirrors-typos/compare/v1.42.0...v1.42.1) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.0...0.36.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3490e49..11447bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.0 + rev: v3.8.1 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -93,7 +93,7 @@ repos: - id: yamllint args: [--strict] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.42.0 + rev: v1.42.1 hooks: - id: typos - repo: https://github.com/codespell-project/codespell @@ -116,7 +116,7 @@ repos: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.36.1 hooks: - id: check-dependabot - id: check-github-workflows From 02a4d0e83f8a5980dc536d85aaee7346067e3425 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:06:11 +0000 Subject: [PATCH 2/2] chore: autofix via pre-commit hooks for more information, see https://pre-commit.ci --- .github/workflows/validate-scripts.yml | 12 ++++++------ .pre-commit-config.yaml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/validate-scripts.yml b/.github/workflows/validate-scripts.yml index 07867ea..598cd0b 100644 --- a/.github/workflows/validate-scripts.yml +++ b/.github/workflows/validate-scripts.yml @@ -5,20 +5,20 @@ on: pull_request: branches: [main] paths: - - "!*.*" + - '!*.*' - .github/scripts/validate-scripts.sh - .github/workflows/validate-scripts.yml - - "*" - - "tests/*.bats" + - '*' + - 'tests/*.bats' - README.md push: branches: [main] paths: - - "!*.*" + - '!*.*' - .github/scripts/validate-scripts.sh - .github/workflows/validate-scripts.yml - - "*" - - "tests/*.bats" + - '*' + - 'tests/*.bats' - README.md concurrency: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11447bb..d275e12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: rev: v6.0.0 hooks: - id: check-added-large-files - args: ["--maxkb=1024"] + args: ['--maxkb=1024'] - id: check-case-conflict - id: check-executables-have-shebangs - id: check-merge-conflict @@ -77,7 +77,7 @@ repos: rev: v0.47.0 hooks: - id: markdownlint - args: ["--fix"] + args: ['--fix'] # linting - repo: https://github.com/pre-commit/pre-commit-hooks @@ -114,7 +114,7 @@ repos: rev: v0.24.1 hooks: - id: validate-pyproject - additional_dependencies: ["validate-pyproject-schema-store[all]"] + additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.36.1 hooks: