Skip to content

Commit 56509ff

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
1 parent a63fdd9 commit 56509ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
2828
- repo: https://github.com/psf/black
29-
rev: 24.8.0
29+
rev: 24.10.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.18.0
48+
rev: 1.19.1
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black==24.8.0]

0 commit comments

Comments
 (0)