Skip to content

Commit c26d8c2

Browse files
committed
v3.8.2
1 parent 52ab99c commit c26d8c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/asottile/reorder_python_imports
17-
rev: v3.8.1
17+
rev: v3.8.2
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--py37-plus, --add-import, 'from __future__ import annotations']

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Sample `.pre-commit-config.yaml`
4343

4444
```yaml
4545
- repo: https://github.com/asottile/reorder_python_imports
46-
rev: v3.8.1
46+
rev: v3.8.2
4747
hooks:
4848
- id: reorder-python-imports
4949
```

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = reorder_python_imports
3-
version = 3.8.1
3+
version = 3.8.2
44
description = Tool for reordering python imports
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)