Skip to content

Commit b4ab2f0

Browse files
authored
Merge pull request #10170 from pytest-dev/pre-commit-ci-update-config
2 parents 70659b8 + dbc1017 commit b4ab2f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ repos:
3737
- flake8-typing-imports==1.12.0
3838
- flake8-docstrings==1.5.0
3939
- repo: https://github.com/asottile/reorder_python_imports
40-
rev: v3.8.1
40+
rev: v3.8.2
4141
hooks:
4242
- id: reorder-python-imports
4343
args: ['--application-directories=.:src', --py37-plus]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v2.37.1
45+
rev: v2.37.2
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py37-plus]
4949
- repo: https://github.com/asottile/setup-cfg-fmt
50-
rev: v1.20.1
50+
rev: v1.20.2
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.961
59+
rev: v0.971
6060
hooks:
6161
- id: mypy
6262
files: ^(src/|testing/)

0 commit comments

Comments
 (0)