diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52fd18f..1ea288c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace args: ["--markdown-linebreak-ext", "md,markdown"] @@ -89,7 +89,7 @@ repos: language: system - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.2.1" + rev: "3.4.0" hooks: - id: editorconfig-checker alias: ec