We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79c172a + 56805dc commit c6436e6Copy full SHA for c6436e6
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
# Ruff version.
18
- rev: 'v0.14.5'
+ rev: 'v0.14.6'
19
hooks:
20
# Run the linter.
21
- id: ruff
@@ -32,6 +32,6 @@ repos:
32
33
34
- repo: https://github.com/pre-commit/mirrors-clang-format
35
- rev: 'v21.1.5' # Use the sha / tag you want to point at
+ rev: 'v21.1.6' # Use the sha / tag you want to point at
36
37
- id: clang-format
0 commit comments