Skip to content

Commit 607b091

Browse files
[pre-commit.ci] pre-commit autoupdate (BLAST-WarpX#6419)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.5 → v21.1.6](pre-commit/mirrors-clang-format@v21.1.5...v21.1.6) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 08750da commit 607b091

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: v21.1.5
68+
rev: v21.1.6
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.14.5
76+
rev: v0.14.6
7777
hooks:
7878
# Run the linter
7979
- id: ruff

0 commit comments

Comments
 (0)