diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d222901..b30deb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.5 hooks: - id: ruff args: [--fix] @@ -11,7 +11,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: