Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit e633327

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.12.0](psf/black-pre-commit-mirror@24.4.2...25.12.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.20.0](adamchainz/blacken-docs@1.16.0...1.20.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v3.2.0](asottile/setup-cfg-fmt@v2.5.0...v3.2.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0)
1 parent 782bd65 commit e633327

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-ast
@@ -28,23 +28,23 @@ repos:
2828
rev: v1.5.5
2929
hooks:
3030
- id: remove-crlf
31-
- repo: https://github.com/psf/black
32-
rev: 24.4.2
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: 25.12.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/asottile/blacken-docs
36-
rev: 1.16.0
36+
rev: 1.20.0
3737
hooks:
3838
- id: blacken-docs
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v2.5.0
40+
rev: v3.2.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/asottile/seed-isort-config
4444
rev: v2.2.0
4545
hooks:
4646
- id: seed-isort-config
4747
- repo: https://github.com/PyCQA/isort
48-
rev: 5.13.2
48+
rev: 7.0.0
4949
hooks:
5050
- id: isort

0 commit comments

Comments
 (0)