diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21ac421..141e085 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ ci: skip: [yarn-lint] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace args: ["--markdown-linebreak-ext", "md"] @@ -19,12 +19,12 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.3" + rev: "3.6.0" hooks: - id: editorconfig-checker alias: ec - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v6.2.0 hooks: - id: reuse - repo: local