diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1420891..f4f0b08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,22 +38,22 @@ repos: args: [--update-only, --notitle] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.0 + rev: 0.27.1 hooks: - id: check-dependabot - id: check-github-workflows - id: check-gitlab-ci - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v3.1.0" hooks: - id: prettier - additional_dependencies: [ - # https://www.npmjs.com/package/prettier - "prettier@3.0.3", - # https://www.npmjs.com/package/@prettier/plugin-xml - "@prettier/plugin-xml@3.2.1", - ] + #additional_dependencies: [ + # https://www.npmjs.com/package/prettier + #"prettier@3.0.3", + # https://www.npmjs.com/package/@prettier/plugin-xml + #"@prettier/plugin-xml@3.2.1", + #] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: "2.7.3"