Skip to content

Commit 22a1178

Browse files
[pre-commit.ci] pre-commit autoupdate (#294)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b03997c commit 22a1178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.8.1
33+
rev: v3.8.2
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.37.1
38+
rev: v2.37.2
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.20.1
43+
rev: v1.20.2
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/psf/black
@@ -118,7 +118,7 @@ repos:
118118
args: [--no-build-isolation]
119119
additional_dependencies: [setuptools-scm, toml]
120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: 'v0.961'
121+
rev: 'v0.971'
122122
hooks:
123123
- id: mypy
124124
args: [

0 commit comments

Comments
 (0)