Skip to content

Commit c54411c

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] autoupdate
updates: - 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 630796b commit c54411c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ repos:
2525
entry: '\t'
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
28-
- repo: https://github.com/psf/black
29-
rev: 25.1.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
@@ -45,7 +45,7 @@ repos:
4545
'pydocstyle>=5.0.0',
4646
]
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: 1.19.1
48+
rev: 1.20.0
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black==24.8.0]

0 commit comments

Comments
 (0)