Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 086625a

Browse files
committed
chore: Update pre-commit hooks
1 parent 77e6713 commit 086625a

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
@@ -1,11 +1,11 @@
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

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.2.0
8+
rev: v4.3.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: end-of-file-fixer
@@ -31,7 +31,7 @@ repos:
3131
]
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.32.0
34+
rev: v2.34.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [ "--py3-plus", "--py36-plus", "--py37-plus" ]
@@ -42,7 +42,7 @@ repos:
4242
- id: isort
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: 'v0.942'
45+
rev: 'v0.961'
4646
hooks:
4747
- id: mypy
4848
additional_dependencies:

0 commit comments

Comments
 (0)