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 f8f9312 commit 03c1bc9Copy full SHA for 03c1bc9
.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.0
+ rev: v0.12.3
6
hooks:
7
# Run the linter.
8
- id: ruff
@@ -12,7 +12,7 @@ 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.6
+ rev: v20.1.8
16
17
- id: clang-format
18
types_or: [c++, c]
@@ -22,6 +22,6 @@ repos:
22
23
- id: trailing-whitespace
24
- repo: https://github.com/google/yamlfmt
25
- rev: v0.17.1
+ rev: v0.17.2
26
27
- id: yamlfmt
0 commit comments