Skip to content

Commit fe2f749

Browse files
Bump the pre-commit-all group with 4 updates
Bumps the pre-commit-all group with 4 updates: [https://github.com/adrienverge/yamllint](https://github.com/adrienverge/yamllint), [https://github.com/pre-commit/pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks), [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `https://github.com/adrienverge/yamllint` from v1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](adrienverge/yamllint@v1.37.1...v1.38.0) Updates `https://github.com/pre-commit/pre-commit-hooks` from v5.0.0 to 6.0.0 - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.12.4 to 0.15.7 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.12.4...v0.15.7) Updates `https://github.com/pre-commit/mirrors-clang-format` from v16.0.6 to 22.1.1 - [Commits](pre-commit/mirrors-clang-format@v16.0.6...v22.1.1) --- updated-dependencies: - dependency-name: https://github.com/adrienverge/yamllint dependency-version: 1.38.0 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/pre-commit/pre-commit-hooks dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.7 dependency-type: direct:production dependency-group: pre-commit-all - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.1 dependency-type: direct:production dependency-group: pre-commit-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6182167 commit fe2f749

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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.7
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.1' # 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)