diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e44de66..284ebf9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ ci: skip: [npm-lint, npm-build] 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"] @@ -19,12 +19,12 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.0.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 @@ -42,7 +42,7 @@ repos: language: system pass_filenames: false - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.37.0 hooks: - id: check-renovate additional_dependencies: ["pyjson5"]