diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index deb59a3..330c187 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,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 ] @@ -17,7 +17,7 @@ repos: - id: ruff-format - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint