Skip to content

Commit bb64be3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.25.0](asottile/pyupgrade@v2.21.2...v2.25.0) - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0) - [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](adamchainz/blacken-docs@v1.10.0...v1.11.0)
1 parent 2a6bfbf commit bb64be3

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
@@ -30,24 +30,24 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.21.2
33+
rev: v2.25.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v2.5.0
38+
rev: v2.6.0
3939
hooks:
4040
- id: reorder-python-imports
4141
- repo: https://github.com/asottile/setup-cfg-fmt
4242
rev: v1.17.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
- repo: https://github.com/psf/black
46-
rev: 21.7b0
46+
rev: 21.8b0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/asottile/blacken-docs
50-
rev: v1.10.0
50+
rev: v1.11.0
5151
hooks:
5252
- id: blacken-docs
5353
additional_dependencies: [black]

0 commit comments

Comments
 (0)