Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e9202a

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 f1d2e6c commit 8e9202a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v2.6.0
33+
rev: v2.7.1
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']

0 commit comments

Comments
 (0)