Skip to content

Commit 5d29de9

Browse files
[pre-commit.ci] pre-commit autoupdate (#89)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 40a584e commit 5d29de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ repos:
3232
- id: rst-inline-touching-normal
3333
- id: text-unicode-replacement-char
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.12.0
35+
rev: v2.13.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
3939
- repo: https://github.com/asottile/reorder_python_imports
40-
rev: v2.4.0
40+
rev: v2.5.0
4141
hooks:
4242
- id: reorder-python-imports
4343
- repo: https://github.com/asottile/setup-cfg-fmt
4444
rev: v1.17.0
4545
hooks:
4646
- id: setup-cfg-fmt
4747
- repo: https://github.com/psf/black
48-
rev: 20.8b1
48+
rev: 21.4b0
4949
hooks:
5050
- id: black
5151
- repo: https://github.com/asottile/blacken-docs

0 commit comments

Comments
 (0)