Skip to content

Commit d4a5a53

Browse files
committed
chore: Update lockfile and pre-commit hooks
1 parent 4a86c68 commit d4a5a53

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.1.0
7+
rev: v4.2.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.31.1
37+
rev: v2.32.0
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.942
46+
rev: v0.950
4747
hooks:
4848
- id: mypy
4949
args:

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)