Skip to content

Commit 2fa82e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](asottile/reorder-python-imports@v2.6.0...v2.7.1)
1 parent c19f885 commit 2fa82e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: autopep8
2424
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v2.6.0
25+
rev: v2.7.1
2626
hooks:
2727
- id: reorder-python-imports
2828
args: [--py37-plus, --add-import, 'from __future__ import annotations']

0 commit comments

Comments
 (0)