Skip to content

Commit b05a475

Browse files
[pre-commit.ci] pre-commit autoupdate (#662)
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a739759 commit b05a475

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ repos:
3636
args: [--markdown-linebreak-ext=md]
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.21.0
39+
rev: v3.21.1
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py310-plus"]
4343

4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 25.9.0
45+
rev: 25.11.0
4646
hooks:
4747
- id: black
4848

@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.14.3
56+
rev: v0.14.4
5757
hooks:
5858
- id: ruff-check
5959
name: ruff

0 commit comments

Comments
 (0)