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

Commit 8cb742e

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.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.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.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 596506d commit 8cb742e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.12.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.2
3333
hooks:
3434
- id: pyupgrade
3535
args: ['--py37-plus']
@@ -44,7 +44,7 @@ repos:
4444
- flake8-docstrings==1.6.0
4545

4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.18.2
47+
rev: v1.19.1
4848
hooks:
4949
- id: mypy
5050
exclude: 'tests'

0 commit comments

Comments
 (0)