diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04ae5ff2..d26b287f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff args: ["--config", "pyproject.toml"] @@ -19,7 +19,7 @@ repos: - id: shellcheck args: ["--severity=warning", "--external-sources"] - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v1.2.1 + rev: v1.4.1 hooks: - id: verify-copyright files: |