Skip to content

Commit 39344a4

Browse files
[pre-commit.ci] autoupdate (#76)
* [pre-commit.ci] autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) * Update blacken-docs dependency too --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Peter Cock <p.j.a.cock@googlemail.com>
1 parent e6d2bc9 commit 39344a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: 22.12.0
29+
rev: 23.1.0
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
@@ -45,10 +45,10 @@ repos:
4545
'pydocstyle>=5.0.0',
4646
]
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: v1.12.1
48+
rev: 1.13.0
4949
hooks:
5050
- id: blacken-docs
51-
additional_dependencies: [black==22.6.0]
51+
additional_dependencies: [black==23.1.0]
5252
exclude: ^(.github/|tests/test_cases/example_unicode.py)
5353
- repo: https://github.com/rstcheck/rstcheck
5454
rev: v6.1.1

0 commit comments

Comments
 (0)