Skip to content

Commit a5a7edc

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

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
@@ -29,12 +29,12 @@ repos:
2929
- id: rst-inline-touching-normal
3030
- id: text-unicode-replacement-char
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.31.0
32+
rev: v2.31.1
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636
- repo: https://github.com/asottile/reorder_python_imports
37-
rev: v2.7.1
37+
rev: v3.0.1
3838
hooks:
3939
- id: reorder-python-imports
4040
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -87,7 +87,7 @@ repos:
8787
- id: codespell
8888
args: [-L als, -L unparseable]
8989
- repo: https://github.com/mgedmin/check-manifest
90-
rev: "0.47"
90+
rev: "0.48"
9191
hooks:
9292
- id: check-manifest
9393
- repo: meta

0 commit comments

Comments
 (0)