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

Commit e9656a5

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 → 24.10.0](psf/black@24.4.2...24.10.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.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0)
1 parent 782bd65 commit e9656a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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,15 +29,15 @@ repos:
2929
hooks:
3030
- id: remove-crlf
3131
- repo: https://github.com/psf/black
32-
rev: 24.4.2
32+
rev: 24.10.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.7.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/asottile/seed-isort-config

0 commit comments

Comments
 (0)