Skip to content

Commit 3551caf

Browse files
[pre-commit.ci] autoupdate (#64)
* [pre-commit.ci] autoupdate updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) * update blacken-docs 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 f9a0b6a commit 3551caf

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: 22.3.0
29+
rev: 22.6.0
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
@@ -48,7 +48,7 @@ repos:
4848
rev: v1.12.1
4949
hooks:
5050
- id: blacken-docs
51-
additional_dependencies: [black==22.3.0]
51+
additional_dependencies: [black==22.6.0]
5252
exclude: ^(.github/|tests/test_cases/example_unicode.py)
5353
- repo: https://github.com/myint/rstcheck
5454
rev: v6.0.0.post1

0 commit comments

Comments
 (0)