Skip to content

Commit a4384fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v17.0.4](pre-commit/mirrors-clang-format@v16.0.6...v17.0.4) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
1 parent bcffcea commit a4384fa

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
@@ -3,7 +3,7 @@ ci:
33
exclude: tests/test_python-syntax_error.py
44
repos:
55
- repo: https://github.com/pre-commit/mirrors-clang-format
6-
rev: v16.0.6
6+
rev: v17.0.4
77
hooks:
88
- id: clang-format
99
args: [-i, --style=Google]
@@ -23,7 +23,7 @@ repos:
2323
- id: mixed-line-ending
2424
- id: trailing-whitespace
2525
- repo: https://github.com/psf/black
26-
rev: 23.9.1
26+
rev: 23.10.1
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)