Skip to content

Commit 0effbd4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.5 → v20.1.6](pre-commit/mirrors-clang-format@v20.1.5...v20.1.6) - [github.com/google/yamlfmt: v0.17.0 → v0.17.1](google/yamlfmt@v0.17.0...v0.17.1)
1 parent e7be5b7 commit 0effbd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.11.13
5+
rev: v0.12.0
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -12,7 +12,7 @@ repos:
1212
- id: ruff-format
1313
exclude: src/surface/photosphere/photosphere/projection_matrix/.*
1414
- repo: https://github.com/pre-commit/mirrors-clang-format
15-
rev: v20.1.5
15+
rev: v20.1.6
1616
hooks:
1717
- id: clang-format
1818
types_or: [c++, c]
@@ -22,6 +22,6 @@ repos:
2222
hooks:
2323
- id: trailing-whitespace
2424
- repo: https://github.com/google/yamlfmt
25-
rev: v0.17.0
25+
rev: v0.17.1
2626
hooks:
2727
- id: yamlfmt

0 commit comments

Comments
 (0)