Skip to content

Commit d71d31c

Browse files
authored
Merge pull request #8812 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 794f467 + 7d1efd5 commit d71d31c

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
@@ -34,7 +34,7 @@ repos:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.19.4
37+
rev: v2.21.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: python-use-type-annotations
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.902
51+
rev: v0.910
5252
hooks:
5353
- id: mypy
5454
files: ^(src/|testing/)

0 commit comments

Comments
 (0)