Skip to content

Commit e01231c

Browse files
authored
Merge pull request #9332 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8436d69 + 372a6fd commit e01231c

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 21.10b0
3+
rev: 21.11b1
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/asottile/blacken-docs
8-
rev: v1.11.0
8+
rev: v1.12.0
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==20.8b1]
@@ -34,12 +34,12 @@ repos:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.29.0
37+
rev: v2.29.1
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v1.19.0
42+
rev: v1.20.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
args: [--max-py-version=3.10]

0 commit comments

Comments
 (0)