Skip to content

Commit 61f79da

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

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
@@ -28,12 +28,12 @@ repos:
2828
- id: rst-inline-touching-normal
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.31.0
31+
rev: v2.31.1
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
3535
- repo: https://github.com/asottile/reorder_python_imports
36-
rev: v2.7.1
36+
rev: v3.0.1
3737
hooks:
3838
- id: reorder-python-imports
3939
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -85,7 +85,7 @@ repos:
8585
- id: codespell
8686
args: [-L unparseable]
8787
- repo: https://github.com/mgedmin/check-manifest
88-
rev: "0.47"
88+
rev: "0.48"
8989
hooks:
9090
- id: check-manifest
9191
- repo: meta

0 commit comments

Comments
 (0)