Skip to content

Commit aae5868

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ repos:
2121
- id: rst-inline-touching-normal
2222
- id: text-unicode-replacement-char
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.31.0
24+
rev: v2.31.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
2828
- repo: https://github.com/asottile/reorder_python_imports
29-
rev: v2.7.1
29+
rev: v3.0.1
3030
hooks:
3131
- id: reorder-python-imports
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -79,7 +79,7 @@ repos:
7979
- id: codespell
8080
args: [-L unparseable]
8181
- repo: https://github.com/mgedmin/check-manifest
82-
rev: "0.47"
82+
rev: "0.48"
8383
hooks:
8484
- id: check-manifest
8585
- repo: meta

0 commit comments

Comments
 (0)