Skip to content

Commit 4e929a7

Browse files
[pre-commit.ci] pre-commit autoupdate (#486)
updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dbd749d commit 4e929a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: ["--py38-plus"]
3030

3131
- repo: https://github.com/psf/black
32-
rev: 24.4.0
32+
rev: 24.4.2
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.9.0
49+
rev: v1.10.0
5050
hooks:
5151
- id: mypy
5252
exclude: ^tests/integration/.*/.*$

0 commit comments

Comments
 (0)