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 2caf583 commit 03c7593Copy full SHA for 03c7593
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
autoupdate_schedule: quarterly
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.5.7
+ rev: v0.6.9
8
hooks:
9
- id: ruff
10
args:
@@ -22,12 +22,12 @@ repos:
22
23
- id: toml-sort-fix
24
- repo: https://github.com/pre-commit/mirrors-clang-format
25
- rev: v18.1.8
+ rev: v19.1.1
26
27
- id: clang-format
28
29
- '--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}'
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
- rev: v4.6.0
+ rev: v5.0.0
32
33
- id: trailing-whitespace
0 commit comments