diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b1ef24a7..f13dd6f11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace args: ["--markdown-linebreak-ext", "md,markdown"] @@ -51,19 +51,19 @@ repos: args: [--update-only, --notitle] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.4 hooks: - id: check-dependabot - id: check-github-workflows - id: check-gitlab-ci - - repo: https://github.com/fsfe/reuse-tool - rev: v3.0.1 - hooks: - - id: reuse + # - repo: https://github.com/fsfe/reuse-tool + # rev: v3.0.2 + # hooks: + # - id: reuse - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.8" + - repo: https://github.com/rbubley/mirrors-prettier + rev: "v3.2.5" hooks: - id: prettier exclude_types: [json] @@ -71,7 +71,7 @@ repos: # https://www.npmjs.com/package/prettier "prettier@3.2.5", # https://www.npmjs.com/package/@prettier/plugin-xml - "@prettier/plugin-xml@3.2.2", + "@prettier/plugin-xml@3.4.1", ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python