Skip to content

Commit ae51f44

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

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
@@ -22,12 +22,12 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.31.0
25+
rev: v2.31.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v2.7.1
30+
rev: v3.0.1
3131
hooks:
3232
- id: reorder-python-imports
3333
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -80,7 +80,7 @@ repos:
8080
- id: codespell
8181
args: [-L unparseable]
8282
- repo: https://github.com/mgedmin/check-manifest
83-
rev: "0.47"
83+
rev: "0.48"
8484
hooks:
8585
- id: check-manifest
8686
- repo: meta

0 commit comments

Comments
 (0)