Skip to content

Commit e83af3b

Browse files
[pre-commit.ci] pre-commit autoupdate (#6020)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v20.1.8](pre-commit/mirrors-clang-format@v20.1.7...v20.1.8) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.2...v0.12.4) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c843d2f commit e83af3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ repos:
6565

6666
# C++ formatting
6767
- repo: https://github.com/pre-commit/mirrors-clang-format
68-
rev: v20.1.7
68+
rev: v20.1.8
6969
hooks:
7070
- id: clang-format
7171
files: '^Source/main.cpp'
7272

7373
# Python: Ruff linter & formatter
7474
# https://docs.astral.sh/ruff/
7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.12.2
76+
rev: v0.12.4
7777
hooks:
7878
# Run the linter
7979
- id: ruff

0 commit comments

Comments
 (0)