Skip to content

Commit fd58e73

Browse files
[pre-commit.ci] pre-commit autoupdate (#2485)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) * Update .pre-commit-config.yaml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anthony Sottile <asottile@umich.edu>
1 parent 6b76e18 commit fd58e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
23-
rev: 22.6.0
23+
rev: 22.8.0
2424
hooks:
2525
- id: black
2626
args: [ --safe ]
2727
- repo: https://github.com/asottile/blacken-docs
2828
rev: v1.12.1
2929
hooks:
3030
- id: blacken-docs
31-
additional_dependencies: [ black==22.6 ]
31+
additional_dependencies: [ black==22.8.0 ]
3232
- repo: https://github.com/pre-commit/pygrep-hooks
3333
rev: v1.9.0
3434
hooks:

0 commit comments

Comments
 (0)