diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8178e95..83a50ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: [--update-only, --notitle] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.1 + rev: 0.23.2 hooks: #- id: check-dependabot #- id: check-github-actions @@ -49,13 +49,13 @@ repos: ["prettier@2.8.8", "@prettier/plugin-xml@2.2.0"] - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.6.0-2 + rev: v3.7.0-1 hooks: - id: shfmt #- id: shfmt-docker - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.1" + rev: "2.7.2" hooks: - id: editorconfig-checker alias: ec