Skip to content

Commit f08eaaa

Browse files
committed
Updated versions of pre-commit hook tools black and mypy
Change-Id: I86ab6b67bc2a1d74c00678d86215ace1e40ef872
1 parent 248b50f commit f08eaaa

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
@@ -28,15 +28,15 @@
2828

2929
repos:
3030
- repo: https://github.com/psf/black
31-
rev: 24.4.2
31+
rev: 24.8.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/pycqa/isort
3535
rev: 5.13.2
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.10.0
39+
rev: v1.11.0
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: [

0 commit comments

Comments
 (0)