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

Commit 4486589

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 782bd65 commit 4486589

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
@@ -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: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-ast
@@ -29,22 +29,22 @@ repos:
2929
hooks:
3030
- id: remove-crlf
3131
- repo: https://github.com/psf/black
32-
rev: 24.4.2
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/asottile/blacken-docs
36-
rev: 1.16.0
36+
rev: 1.19.1
3737
hooks:
3838
- id: blacken-docs
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v2.5.0
40+
rev: v2.8.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: 6.0.1
4949
hooks:
5050
- id: isort

0 commit comments

Comments
 (0)