From 49c8c9411f7e7347c6b4ba80b2f85ceff6f1237d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:02:54 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20editorconfig?= =?UTF-8?q?-checker/editorconfig-checker.python=20(=203.6.0=20=E2=86=92=20?= =?UTF-8?q?3.6.1=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 2f118b7..6e30e52 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.6.0" + rev: "3.6.1" 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 6705926..14a339c 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.6.0" + rev: "3.6.1" hooks: - id: editorconfig-checker name: Check editorconfig compliance