Skip to content

Commit 0b6f99a

Browse files
authored
Merge pull request #146 from pytest-dev/pre-commit-ci-update-config
2 parents eb5f55f + 03a85d4 commit 0b6f99a

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.7b0
4+
rev: 21.8b0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
88
- repo: https://github.com/asottile/blacken-docs
9-
rev: v1.10.0
9+
rev: v1.11.0
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies: [black==19.3b0]

0 commit comments

Comments
 (0)