We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4aa8a commit 05c380bCopy full SHA for 05c380b
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
exclude: doc/en/example/py2py3/test_py2.py
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 21.10b0
+ rev: 21.12b0
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
8
- repo: https://github.com/asottile/blacken-docs
9
- rev: v1.11.0
+ rev: v1.12.0
10
11
- id: blacken-docs
12
additional_dependencies: [black==19.3b0]
0 commit comments