Skip to content

Commit ef305f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#99)
<!--pre-commit.ci start--> updates: - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.10...v0.11.11) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6c1b20b commit ef305f0

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
@@ -20,7 +20,7 @@ repos:
2020
- id: setup-cfg-fmt
2121
args: [--min-py-version, '3.12']
2222
- repo: https://github.com/asottile/reorder-python-imports
23-
rev: v3.14.0
23+
rev: v3.15.0
2424
hooks:
2525
- id: reorder-python-imports
2626
args: [--py312-plus, --add-import, from __future__ import annotations]
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: unkey
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.10
32+
rev: v0.11.11
3333
hooks:
3434
- id: ruff
3535
args: [--fix]

0 commit comments

Comments
 (0)