Skip to content

Commit 6196faf

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#411)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) <!--pre-commit.ci end-->
2 parents 1dcb66f + c8db5f4 commit 6196faf

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
@@ -28,14 +28,14 @@ repos:
2828
- id: python-use-type-annotations
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.21.0
31+
rev: v3.21.2
3232
hooks:
3333
- id: pyupgrade
3434
args:
3535
- "--py310-plus"
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.14.3"
38+
rev: "v0.14.7"
3939
hooks:
4040
- id: ruff-check
4141
args:
@@ -52,7 +52,7 @@ repos:
5252
- --filter-files
5353

5454
- repo: https://github.com/psf/black-pre-commit-mirror
55-
rev: 25.9.0
55+
rev: 25.11.0
5656
hooks:
5757
- id: black
5858
args:

0 commit comments

Comments
 (0)