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.
2 parents eb5f55f + 03a85d4 commit 0b6f99aCopy full SHA for 0b6f99a
.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.7b0
+ rev: 21.8b0
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
8
- repo: https://github.com/asottile/blacken-docs
9
- rev: v1.10.0
+ rev: v1.11.0
10
11
- id: blacken-docs
12
additional_dependencies: [black==19.3b0]
0 commit comments