Skip to content

Commit b6c6732

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent bc4345f commit b6c6732

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
@@ -24,7 +24,7 @@ repos:
2424
- id: check-merge-conflict
2525
- id: trailing-whitespace
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 25.9.0
27+
rev: 25.11.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/flake8
@@ -44,7 +44,7 @@ repos:
4444
hooks:
4545
- id: isort
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.21.0
47+
rev: v3.21.1
4848
hooks:
4949
- id: pyupgrade
5050
args: ["--py39-plus"]

0 commit comments

Comments
 (0)