diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46dd107..7ad8047 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.2' + rev: 'v0.9.3' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] @@ -16,7 +16,7 @@ repos: - id: ruff-format - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint