Skip to content

Commit 05c380b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.10b0 → 21.12b0](psf/black@21.10b0...21.12b0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.0](adamchainz/blacken-docs@v1.11.0...v1.12.0)
1 parent 7a4aa8a commit 05c380b

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
@@ -1,12 +1,12 @@
11
exclude: doc/en/example/py2py3/test_py2.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 21.10b0
4+
rev: 21.12b0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
88
- repo: https://github.com/asottile/blacken-docs
9-
rev: v1.11.0
9+
rev: v1.12.0
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies: [black==19.3b0]

0 commit comments

Comments
 (0)