Skip to content

Commit 28144a0

Browse files
[pre-commit.ci] pre-commit autoupdate (#208)
updates: - [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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4ffa49a commit 28144a0

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
@@ -28,7 +28,7 @@ repos:
2828
args: ["--profile", "black", "--filter-files"]
2929

3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: 25.9.0
31+
rev: 25.11.0
3232
hooks:
3333
- id: black
3434
language_version: python3
@@ -46,7 +46,7 @@ repos:
4646
- --ignore-words-list=thex
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v3.21.0
49+
rev: v3.21.1
5050
hooks:
5151
- id: pyupgrade
5252
args:

0 commit comments

Comments
 (0)