diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4879f1c..0f330e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-merge-conflict - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.14 + rev: v0.15.20 hooks: - id: ruff args: [--fix] @@ -25,7 +25,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint-fix - id: markdownlint