Skip to content

Commit ccd8a47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.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)
1 parent 1b3b527 commit ccd8a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.3.0
5+
rev: 24.4.2
66
hooks:
77
- id: black
88
types: []
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: isort
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.9.0
38+
rev: v1.10.0
3939
hooks:
4040
- id: mypy
4141
exclude: (setup.py|tests/.*.py|doc/.*)

0 commit comments

Comments
 (0)