Skip to content

Commit de27e5b

Browse files
[pre-commit.ci] pre-commit autoupdate (#309)
1 parent def2b39 commit de27e5b

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
@@ -30,17 +30,17 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.8.5
33+
rev: v3.9.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.1.0
38+
rev: v3.2.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v2.1.0
43+
rev: v2.2.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/PyCQA/docformatter

0 commit comments

Comments
 (0)