Skip to content

Commit 3932077

Browse files
pre-commit-ci[bot]MTSOnGithub
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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)
1 parent d26f288 commit 3932077

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
@@ -54,7 +54,7 @@ repos:
5454
- --no-extra-eol
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.21.0
57+
rev: v3.21.1
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py311-plus, --keep-runtime-typing]
@@ -75,7 +75,7 @@ repos:
7575
- --ignore-init-module-imports
7676

7777
- repo: https://github.com/psf/black-pre-commit-mirror
78-
rev: 25.9.0
78+
rev: 25.11.0
7979
hooks:
8080
- id: black
8181

0 commit comments

Comments
 (0)