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

Commit ae4592a

Browse files
committed
chore: Update pre-commit config
1 parent 8cd209a commit ae4592a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.1.0
3+
rev: 23.3.0
44
hooks:
55
- id: black
66

@@ -31,7 +31,7 @@ repos:
3131
]
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.3.1
34+
rev: v3.8.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: v1.0.0
45+
rev: v1.4.1
4646
hooks:
4747
- id: mypy
4848
additional_dependencies:

0 commit comments

Comments
 (0)