Skip to content

Commit fe65693

Browse files
[pre-commit.ci] pre-commit autoupdate (#3500)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1) - [github.com/psf/black: 21.10b0 → 21.11b1](psf/black@21.10b0...21.11b1) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.0](adamchainz/blacken-docs@v1.11.0...v1.12.0) * Keep blacken-docs and black in sync. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Aaron Gokaslan <aaronGokaslan@gmail.com>
1 parent 5d067e8 commit fe65693

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
exclude: ^noxfile.py$
3434

3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v2.29.0
36+
rev: v2.29.1
3737
hooks:
3838
- id: pyupgrade
3939

@@ -44,16 +44,16 @@ repos:
4444

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

5151
- repo: https://github.com/asottile/blacken-docs
52-
rev: v1.11.0
52+
rev: v1.12.0
5353
hooks:
5454
- id: blacken-docs
5555
additional_dependencies:
56-
- black==21.10b0 # keep in sync with black hook
56+
- black==21.11b1 # 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)