diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d00c0ba9..1e0706b35 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.9.3 + rev: v0.9.4 hooks: - id: ruff args: ["--fix"] @@ -25,7 +25,7 @@ repos: - id: no-commit-to-branch args: ["--branch=main"] - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: