Skip to content

Commit a72504d

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#56)
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e9650da commit a72504d

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
@@ -4,13 +4,13 @@ ci:
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.20.0
7+
rev: v3.21.2
88
hooks:
99
- id: pyupgrade
1010
args: ["--py36-plus"]
1111

1212
- repo: https://github.com/psf/black-pre-commit-mirror
13-
rev: 25.9.0
13+
rev: 25.12.0
1414
hooks:
1515
- id: black
1616

0 commit comments

Comments
 (0)