Skip to content

Commit 02c7170

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.6.8](astral-sh/ruff-pre-commit@v0.5.4...v0.6.8) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.0](pre-commit/mirrors-clang-format@v18.1.8...v19.1.0)
1 parent 1b55ade commit 02c7170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/psf/black
30-
rev: "24.4.2"
30+
rev: "24.8.0"
3131
hooks:
3232
- id: black
3333
additional_dependencies: [tomli]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.5.4
36+
rev: v0.6.8
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]
4040

4141
- repo: https://github.com/pre-commit/mirrors-clang-format
42-
rev: v18.1.8
42+
rev: v19.1.0
4343
hooks:
4444
- id: clang-format
4545
types_or: [c++]

0 commit comments

Comments
 (0)