diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c310b62..efb135f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace - id: name-tests-test - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.19 + rev: v0.15.20 hooks: - id: ruff-check args: [ --fix ] @@ -33,7 +33,7 @@ repos: hooks: - id: codespell - repo: https://github.com/commit-check/commit-check - rev: v2.9.0 + rev: v2.11.0 hooks: - id: check-message stages: [commit-msg]