Skip to content

Commit 238b25f

Browse files
authored
Merge pull request #9826 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 16345bf + e2269f8 commit 238b25f

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: 22.1.0
3+
rev: 22.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -47,7 +47,7 @@ repos:
4747
- id: pyupgrade
4848
args: [--py37-plus]
4949
- repo: https://github.com/asottile/setup-cfg-fmt
50-
rev: v1.20.0
50+
rev: v1.20.1
5151
hooks:
5252
- id: setup-cfg-fmt
5353
args: [--max-py-version=3.10]
@@ -56,7 +56,7 @@ repos:
5656
hooks:
5757
- id: python-use-type-annotations
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v0.941
59+
rev: v0.942
6060
hooks:
6161
- id: mypy
6262
files: ^(src/|testing/)

0 commit comments

Comments
 (0)