We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221f679 commit 2cb5379Copy full SHA for 2cb5379
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
# Ruff version.
5
- rev: v0.12.4
+ rev: v0.14.0
6
hooks:
7
# Run the linter.
8
- id: ruff
@@ -12,13 +12,13 @@ repos:
12
- id: ruff-format
13
exclude: src/surface/photosphere/photosphere/projection_matrix/.*
14
- repo: https://github.com/pre-commit/mirrors-clang-format
15
- rev: v20.1.8
+ rev: v21.1.2
16
17
- id: clang-format
18
types_or: [c++, c]
19
args: ["-style=file"]
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v5.0.0
+ rev: v6.0.0
22
23
- id: trailing-whitespace
24
- repo: https://github.com/google/yamlfmt
0 commit comments