Skip to content

Commit 24f9145

Browse files
[pre-commit.ci] pre-commit autoupdate (#892)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](asottile/pyupgrade@v3.10.1...v3.11.0) - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.11.0](asottile/reorder-python-imports@v3.10.0...v3.11.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5595805 commit 24f9145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
additional_dependencies:
3737
- tomli==2.0.1
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.10.1
39+
rev: v3.11.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]
@@ -56,7 +56,7 @@ repos:
5656
additional_dependencies:
5757
- black==23.1.0
5858
- repo: https://github.com/asottile/reorder-python-imports
59-
rev: v3.10.0
59+
rev: v3.11.0
6060
hooks:
6161
- id: reorder-python-imports
6262
args:

0 commit comments

Comments
 (0)