Skip to content

Commit f3bb2df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.12.4...v0.15.9) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v22.1.2](pre-commit/mirrors-clang-format@v16.0.6...v22.1.2)
1 parent 89d12e6 commit f3bb2df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/adrienverge/yamllint
4-
rev: v1.37.1
4+
rev: v1.38.0
55
hooks:
66
- id: yamllint
77
types: [yaml]
88
args: [-c, ./scripts/pre-commit/yamllint.yml]
99
exclude: meta\.yaml$
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-json # checks that all json files have proper syntax
1414
- id: check-toml # checks that all toml files have proper syntax
@@ -27,13 +27,13 @@ repos:
2727
- id: check-merge-conflict
2828
- id: check-shebang-scripts-are-executable
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.4
30+
rev: v0.15.9
3131
hooks:
3232
- id: ruff-format
3333
- id: ruff
3434
args: ["--config=./pyproject.toml", "--fix"]
3535
- repo: https://github.com/pre-commit/mirrors-clang-format
36-
rev: v16.0.6 # Use the sha / tag you want to point at
36+
rev: v22.1.2 # Use the sha / tag you want to point at
3737
hooks:
3838
- id: clang-format
3939
files: \.(cu|cuh|h|cc|inl)$

0 commit comments

Comments
 (0)