Skip to content

Commit 51e3a59

Browse files
pre-commit-ci[bot]commonism
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/uv-pre-commit: 0.9.8 → 0.9.11](astral-sh/uv-pre-commit@0.9.8...0.9.11)
1 parent bda0250 commit 51e3a59

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
@@ -35,7 +35,7 @@ repos:
3535
- "--ignore=E203,W503"
3636
- "--select=W504"
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.21.1
38+
rev: v3.21.2
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py39-plus, --keep-runtime-typing]
@@ -55,7 +55,7 @@ repos:
5555

5656
- repo: https://github.com/astral-sh/uv-pre-commit
5757
# uv version.
58-
rev: 0.9.8
58+
rev: 0.9.11
5959
hooks:
6060
# Update the uv lockfile
6161
- id: uv-lock

0 commit comments

Comments
 (0)