Skip to content

Commit 48a4fde

Browse files
pre-commit-ci[bot]MTSOnGithub
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/astral-sh/uv-pre-commit: 0.9.9 → 0.9.11](astral-sh/uv-pre-commit@0.9.9...0.9.11)
1 parent 69aa893 commit 48a4fde

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
@@ -51,7 +51,7 @@ repos:
5151
- --no-extra-eol
5252

5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v3.21.1
54+
rev: v3.21.2
5555
hooks:
5656
- id: pyupgrade
5757
args: [--py37-plus, --keep-runtime-typing]
@@ -62,7 +62,7 @@ repos:
6262
- id: add-trailing-comma
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.14.5
65+
rev: v0.14.6
6666
hooks:
6767
- id: ruff-check
6868
args: [--fix]
@@ -88,7 +88,7 @@ repos:
8888
- tomli
8989

9090
- repo: https://github.com/astral-sh/uv-pre-commit
91-
rev: 0.9.9
91+
rev: 0.9.11
9292
hooks:
9393
- id: uv-lock
9494

0 commit comments

Comments
 (0)