Skip to content

Commit 1c58327

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.7.3](astral-sh/ruff-pre-commit@v0.6.1...v0.7.3) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.3](pre-commit/mirrors-clang-format@v18.1.8...v19.1.3)
1 parent 148f29e commit 1c58327

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v4.6.0"
14+
rev: "v5.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
exclude: '^docs/source/_static/k3d.js$'
@@ -29,19 +29,19 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/psf/black
32-
rev: "24.8.0"
32+
rev: "24.10.0"
3333
hooks:
3434
- id: black
3535
additional_dependencies: [tomli]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.6.1
38+
rev: v0.7.3
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]
4242

4343
- repo: https://github.com/pre-commit/mirrors-clang-format
44-
rev: v18.1.8
44+
rev: v19.1.3
4545
hooks:
4646
- id: clang-format
4747
types_or: [c, c++]

0 commit comments

Comments
 (0)