Skip to content

Commit 954db14

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v19.1.7](pre-commit/mirrors-clang-format@v18.1.3...v19.1.7) - [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.3.0 → 24.10.0](psf/black@24.3.0...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent fe0fb5e commit 954db14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-useless-excludes
1212
- id: check-hooks-apply
1313
- repo: https://github.com/pre-commit/mirrors-clang-format
14-
rev: v18.1.3
14+
rev: v19.1.7
1515
hooks:
1616
- id: clang-format
1717
'types_or': [c++, c]
@@ -22,7 +22,7 @@ repos:
2222
utils/mc_bin_flatbuffers/.*
2323
)$
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.6.0
25+
rev: v5.0.0
2626
hooks:
2727
- id: check-added-large-files
2828
- id: check-ast
@@ -52,7 +52,7 @@ repos:
5252
- id: mixed-line-ending
5353
- id: trailing-whitespace
5454
- repo: https://github.com/psf/black
55-
rev: 24.3.0
55+
rev: 24.10.0
5656
hooks:
5757
- id: black
5858
exclude: |
@@ -61,7 +61,7 @@ repos:
6161
utils/mc_log_gui/mc_log_ui/ui/.*
6262
)$
6363
- repo: https://github.com/PyCQA/flake8
64-
rev: 7.0.0
64+
rev: 7.1.1
6565
hooks:
6666
- id: flake8
6767
args:

0 commit comments

Comments
 (0)