Skip to content

Commit cc44a35

Browse files
committed
Update .pre-commit-config.yaml
1 parent 2e91dd8 commit cc44a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.32.0
23+
rev: v2.34.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
@@ -45,7 +45,7 @@ repos:
4545
# - flake8-self~=0.2.2
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v0.942
48+
rev: v0.961
4949
hooks:
5050
- id: mypy
5151
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)