Skip to content

Commit f85bd77

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.9...v0.14.14) - [github.com/pre-commit/mirrors-clang-format: v21.1.7 → v21.1.8](pre-commit/mirrors-clang-format@v21.1.7...v21.1.8)
1 parent 7394778 commit f85bd77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.14.9
4+
rev: v0.14.14
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies:
4242
- tomli
4343
- repo: https://github.com/pre-commit/mirrors-clang-format
44-
rev: v21.1.7 # Use the sha / tag you want to point at
44+
rev: v21.1.8 # Use the sha / tag you want to point at
4545
hooks:
4646
- id: clang-format
4747
args: ["-style=Google"]

0 commit comments

Comments
 (0)