diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ceb6607..3d89422 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,7 +15,7 @@ repos: - --no-sort-keys - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.1 + rev: v0.12.12 hooks: - id: ruff-check args: @@ -23,13 +23,13 @@ repos: - id: ruff-format - repo: https://github.com/adrienverge/yamllint - rev: v1.32.0 + rev: v1.37.1 hooks: - id: yamllint args: - --strict - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.45.0 hooks: - id: markdownlint