Skip to content

Commit 10aacf3

Browse files
committed
chore: Update pre-commit hooks
1 parent 95335a5 commit 10aacf3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 22.6.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.2.0
7+
rev: v4.3.0
88
hooks:
99
- id: check-ast
1010
- id: check-added-large-files
@@ -34,7 +34,7 @@ repos:
3434
'flake8-type-checking',
3535
]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.32.0
37+
rev: v2.37.3
3838
hooks:
3939
- id: pyupgrade
4040
args: [ "--py36-plus", "--py3-plus", "--py37-plus" ]
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: isort
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v0.950
46+
rev: v0.971
4747
hooks:
4848
- id: mypy
4949
args:

0 commit comments

Comments
 (0)