Skip to content

Commit c59d8ed

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 f34ef0e commit c59d8ed

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
@@ -71,7 +71,7 @@ repos:
7171
- id: text-unicode-replacement-char
7272

7373
- repo: https://github.com/asottile/pyupgrade
74-
rev: v3.21.0
74+
rev: v3.21.1
7575
hooks:
7676
- id: pyupgrade
7777
args: [--py37-plus, --keep-runtime-typing]
@@ -82,7 +82,7 @@ repos:
8282
- id: add-trailing-comma
8383

8484
- repo: https://github.com/psf/black-pre-commit-mirror
85-
rev: 25.9.0
85+
rev: 25.11.0
8686
hooks:
8787
- id: black
8888
language_version: python3

0 commit comments

Comments
 (0)