Skip to content

Commit e29fc67

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v19.1.4](pre-commit/mirrors-clang-format@v16.0.6...v19.1.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
1 parent 926067e commit e29fc67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_branch: devel
33
repos:
44
- repo: https://github.com/PyCQA/isort
5-
rev: 5.12.0
5+
rev: 5.13.2
66
hooks:
77
- id: isort
88
args:
@@ -14,17 +14,17 @@ repos:
1414
hooks:
1515
- id: cmake-format
1616
- repo: https://github.com/pappasam/toml-sort
17-
rev: v0.23.1
17+
rev: v0.24.2
1818
hooks:
1919
- id: toml-sort-fix
2020
- repo: https://github.com/pre-commit/mirrors-clang-format
21-
rev: v16.0.6
21+
rev: v19.1.4
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: v5.0.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: 24.10.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/pycqa/flake8
49-
rev: 6.0.0
49+
rev: 7.1.1
5050
hooks:
5151
- id: flake8
5252
args:

0 commit comments

Comments
 (0)