diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f1a0e1..35e7618 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: args: - --write-changes - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.46.0 + rev: v0.47.0 hooks: - id: markdownlint name: Fixing markdown linting errors args: [--disable, MD013, --fix] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.35.0 + rev: 0.36.0 hooks: - id: check-github-workflows name: Check GitHub Workflow configuration @@ -30,7 +30,7 @@ repos: hooks: - id: editorconfig-checker - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.15.0 + rev: v2.16.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2']