Skip to content

Commit c94a7ee

Browse files
[pre-commit.ci] pre-commit autoupdate (#336)
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 bea4298 commit c94a7ee

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
@@ -42,13 +42,13 @@ repos:
4242
- --config=.markdownlint.yaml
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.21.0
45+
rev: v3.21.1
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/psf/black-pre-commit-mirror
51-
rev: 25.9.0
51+
rev: 25.11.0
5252
hooks:
5353
- id: black
5454

@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: [black]
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.14.3
62+
rev: v0.14.4
6363
hooks:
6464
- id: ruff-check
6565
name: ruff

0 commit comments

Comments
 (0)