Skip to content

Commit 3ebfde5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 827c5e0 commit 3ebfde5

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: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-ast
88
- id: check-builtin-literals
@@ -11,8 +11,8 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: requirements-txt-fixer
1313
- id: trailing-whitespace
14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.9.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/pyupgrade
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: add-trailing-comma
3232
- repo: https://github.com/asottile/blacken-docs
33-
rev: 1.19.1
33+
rev: 1.20.0
3434
hooks:
3535
- id: blacken-docs
3636

0 commit comments

Comments
 (0)