Skip to content

Commit dbd749d

Browse files
[pre-commit.ci] pre-commit autoupdate (#485)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) - [github.com/psf/black: 24.2.0 → 24.4.0](psf/black@24.2.0...24.4.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7ebf0d2 commit dbd749d

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
@@ -8,7 +8,7 @@ exclude: ^src/auditwheel/_vendor/
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-builtin-literals
1414
- id: check-added-large-files
@@ -23,13 +23,13 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.1
26+
rev: v3.15.2
2727
hooks:
2828
- id: pyupgrade
2929
args: ["--py38-plus"]
3030

3131
- repo: https://github.com/psf/black
32-
rev: 24.2.0
32+
rev: 24.4.0
3333
hooks:
3434
- id: black
3535

@@ -46,7 +46,7 @@ repos:
4646
- id: flake8
4747

4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.8.0
49+
rev: v1.9.0
5050
hooks:
5151
- id: mypy
5252
exclude: ^tests/integration/.*/.*$

0 commit comments

Comments
 (0)