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