Skip to content

Commit 20e452b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2)
1 parent 2969279 commit 20e452b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ repos:
33
rev: 7.0.0
44
hooks:
55
- id: isort
6-
- repo: https://github.com/psf/black
7-
rev: 25.11.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.12.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/flake8
@@ -20,7 +20,7 @@ repos:
2020
- line-length
2121
- scan
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.21.1
23+
rev: v3.21.2
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/adamchainz/django-upgrade

0 commit comments

Comments
 (0)