Skip to content

Commit 3b9bf7a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [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/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1)
1 parent 1db72de commit 3b9bf7a

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
@@ -9,13 +9,13 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.3
12+
rev: v0.14.4
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
1616

1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 25.9.0
18+
rev: 25.11.0
1919
hooks:
2020
- id: black
2121
args: [--preview]
@@ -26,7 +26,7 @@ repos:
2626
- id: autoflake
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.21.0
29+
rev: v3.21.1
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py310-plus]

0 commit comments

Comments
 (0)