Skip to content

Commit 6a2d974

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v17.0.3](pre-commit/mirrors-clang-format@v16.0.6...v17.0.3) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.10.0](psf/black@23.3.0...23.10.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 926067e commit 6a2d974

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
@@ -18,13 +18,13 @@ repos:
1818
hooks:
1919
- id: toml-sort-fix
2020
- repo: https://github.com/pre-commit/mirrors-clang-format
21-
rev: v16.0.6
21+
rev: v17.0.3
2222
hooks:
2323
- id: clang-format
2424
args:
2525
- --style=Google
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.4.0
27+
rev: v4.5.0
2828
hooks:
2929
- id: check-added-large-files
3030
- id: check-ast
@@ -42,11 +42,11 @@ repos:
4242
- id: mixed-line-ending
4343
- id: trailing-whitespace
4444
- repo: https://github.com/psf/black
45-
rev: 23.3.0
45+
rev: 23.10.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/pycqa/flake8
49-
rev: 6.0.0
49+
rev: 6.1.0
5050
hooks:
5151
- id: flake8
5252
args:

0 commit comments

Comments
 (0)