Skip to content

Commit aa8f8ba

Browse files
[pre-commit.ci] pre-commit autoupdate (#4171)
* [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: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 8756f16 commit aa8f8ba

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
@@ -48,7 +48,7 @@ repos:
4848

4949
# Black, the code formatter, natively supports pre-commit
5050
- repo: https://github.com/psf/black
51-
rev: "22.6.0" # Keep in sync with blacken-docs
51+
rev: "22.8.0" # Keep in sync with blacken-docs
5252
hooks:
5353
- id: black
5454

@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: blacken-docs
6060
additional_dependencies:
61-
- black==22.6.0 # keep in sync with black hook
61+
- black==22.8.0 # keep in sync with black hook
6262

6363
# Changes tabs to spaces
6464
- repo: https://github.com/Lucas-C/pre-commit-hooks

0 commit comments

Comments
 (0)