Skip to content

Commit d83f7e8

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/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-clang-format: v17.0.4 → v17.0.6](pre-commit/mirrors-clang-format@v17.0.4...v17.0.6)
1 parent f404ea2 commit d83f7e8

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
@@ -35,24 +35,24 @@ repos:
3535
args: [--py36-plus]
3636

3737
- repo: https://github.com/PyCQA/isort
38-
rev: "5.12.0"
38+
rev: "5.13.2"
3939
hooks:
4040
- id: isort
4141

4242
- repo: https://github.com/psf/black
43-
rev: "23.10.1"
43+
rev: "24.1.1"
4444
hooks:
4545
- id: black
4646
args: [--line-length=79]
4747

4848
- repo: https://github.com/PyCQA/flake8
49-
rev: 6.1.0
49+
rev: 7.0.0
5050
hooks:
5151
- id: flake8
5252
args: [--extend-ignore=E203]
5353

5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: v17.0.4
55+
rev: v17.0.6
5656
hooks:
5757
- id: clang-format
5858
types_or: [c++]

0 commit comments

Comments
 (0)