Skip to content

Commit 2b01122

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.4 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.4...v18.1.8)
1 parent c46edf1 commit 2b01122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: "v3.15.2"
32+
rev: "v3.16.0"
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py36-plus]
@@ -46,13 +46,13 @@ repos:
4646
args: [--line-length=79]
4747

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

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

0 commit comments

Comments
 (0)