diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdda963..c9d0d6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.3 + rev: v3.4.2 hooks: - id: prettier types_or: @@ -36,14 +36,14 @@ repos: - id: end-of-file-fixer name: end-of-file-fixer - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows name: check-github-workflows args: - --verbose - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.4 hooks: - id: ruff args: @@ -58,7 +58,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.15.0 + rev: v0.17.1 hooks: - id: markdownlint-cli2 name: markdownlint-readme