Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.2...v0.8.6)
- [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v19.1.6](pre-commit/mirrors-clang-format@v16.0.6...v19.1.6)
- [github.com/rapidsai/dependency-file-generator: v1.16.0 → v1.17.0](rapidsai/dependency-file-generator@v1.16.0...v1.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent b4c43c5 commit f42b914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.6
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -25,7 +25,7 @@ repos:
hooks:
- id: cython-lint
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.6
rev: v19.1.6
hooks:
- id: clang-format
types_or: [c, c++, cuda]
Expand Down Expand Up @@ -82,7 +82,7 @@ repos:
- id: verify-copyright
- id: verify-alpha-spec
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.16.0
rev: v1.17.0
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
Expand Down

0 comments on commit f42b914

Please sign in to comment.