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