Skip to content

Commit e02dfd4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](asottile/reorder-python-imports@v2.7.1...v3.0.1) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
1 parent 59170aa commit e02dfd4

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)