Skip to content

Commit 59aa998

Browse files
[pre-commit.ci] pre-commit autoupdate (#3533)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@21.11b1...21.12b0) * Keep blacken-docs in sync Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Aaron Gokaslan <[email protected]>
1 parent a224d0c commit 59aa998

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
@@ -44,7 +44,7 @@ repos:
4444

4545
# Black, the code formatter, natively supports pre-commit
4646
- repo: https://github.com/psf/black
47-
rev: 21.11b1 # Keep in sync with blacken-docs
47+
rev: 21.12b0 # Keep in sync with blacken-docs
4848
hooks:
4949
- id: black
5050

@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: blacken-docs
5555
additional_dependencies:
56-
- black==21.11b1 # keep in sync with black hook
56+
- black==21.12b0 # keep in sync with black hook
5757

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

0 commit comments

Comments
 (0)