diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea813d85f0c..ed0e716abea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: licenses/.* ) - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell types: [markdown] @@ -63,13 +63,13 @@ repos: resources/conduct\.md )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.9 hooks: - id: ruff-check args: ["--fix"] - id: ruff-format - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v1.2.1 + rev: v1.4.3 hooks: - id: verify-copyright