From e82171a7c7ec18abd1b1e7f486cdfefb18f89dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 04:50:58 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20dependency=20editorconfi?= =?UTF-8?q?g-checker/editorconfig-checker.python=20(=203.2.1=20=E2=86=92?= =?UTF-8?q?=203.4.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- template/.pre-commit-config.yaml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b7dd97..07920e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -105,7 +105,7 @@ repos: - commit-msg # renovate: datasource=github-tags depName=editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.2.1" + rev: "3.4.0" hooks: - id: editorconfig-checker name: Check editorconfig compliance diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index d7ea4ab..8ba36b3 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -109,7 +109,7 @@ repos: {%- endif %}{% if editorconfig %} # renovate: datasource=github-tags depName=editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.2.1" + rev: "3.4.0" hooks: - id: editorconfig-checker name: Check editorconfig compliance