Skip to content

Commit a3b3560

Browse files
[pre-commit.ci] pre-commit autoupdate (#5136)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) * Remove explicit black version dependency from blacken-docs. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Martin Yeo <martin.yeo@metoffice.gov.uk>
1 parent 769d7f0 commit a3b3560

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ repos:
5050
args: [--filter-files]
5151

5252
- repo: https://github.com/asottile/blacken-docs
53-
rev: v1.12.1
53+
rev: 1.13.0
5454
hooks:
5555
- id: blacken-docs
5656
types: [file, rst]
57-
additional_dependencies: [black==21.6b0]
5857

5958
- repo: https://github.com/aio-libs/sort-all
6059
rev: v1.2.0

0 commit comments

Comments
 (0)