Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit c65067c

Browse files
chore: pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [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/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](asottile/pyupgrade@v3.20.0...v3.21.1)
1 parent b6229d2 commit c65067c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ repos:
1818
.bumpversion.cfg
1919
)$
2020
21-
- repo: https://github.com/psf/black
22-
rev: 25.9.0
21+
- repo: https://github.com/psf/black-pre-commit-mirror
22+
rev: 25.11.0
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.0.1
27+
rev: 7.0.0
2828
hooks:
2929
- id: isort
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.20.0
32+
rev: v3.21.1
3333
hooks:
3434
- id: pyupgrade
3535
args: ['--py37-plus']

0 commit comments

Comments
 (0)