Skip to content

Commit 02a3be2

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into release/0.3.0
2 parents 23f2dca + f7c1c0b commit 02a3be2

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
@@ -41,14 +41,14 @@ repos:
4141
types: [text]
4242
types_or: [python, pyi]
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v2.32.0
44+
rev: v2.32.1
4545
hooks:
4646
- id: pyupgrade
4747
args: [--py37-plus]
4848
types: [text]
4949
types_or: [python, pyi]
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.942
51+
rev: v0.950
5252
hooks:
5353
- id: mypy
5454
additional_dependencies: [types-toml]

0 commit comments

Comments
 (0)