Skip to content

Commit 3d6e599

Browse files
[pre-commit.ci] pre-commit autoupdate (#1061)
updates: - [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](asottile/pyupgrade@v3.6.0...v3.7.0) - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 156844b commit 3d6e599

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
@@ -52,7 +52,7 @@ repos:
5252
- id: setup-cfg-fmt
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v3.6.0
55+
rev: v3.7.0
5656
hooks:
5757
- id: pyupgrade
5858
args: [--py38-plus]
@@ -69,7 +69,7 @@ repos:
6969
- id: flynt
7070

7171
- repo: https://github.com/asottile/reorder-python-imports
72-
rev: v3.9.0
72+
rev: v3.10.0
7373
hooks:
7474
- id: reorder-python-imports
7575
args: [--py38-plus, --add-import, from __future__ import annotations]
@@ -104,7 +104,7 @@ repos:
104104
entry: ghcr.io/hadolint/hadolint hadolint
105105

106106
- repo: https://github.com/codespell-project/codespell
107-
rev: v2.2.4
107+
rev: v2.2.5
108108
hooks:
109109
- id: codespell
110110

0 commit comments

Comments
 (0)