Skip to content

Commit fd0b4e1

Browse files
committed
v3.14.0
1 parent 02970fd commit fd0b4e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+1-1
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.13.0
17+
rev: v3.14.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--py38-plus, --add-import, 'from __future__ import annotations']

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sample `.pre-commit-config.yaml`
4444

4545
```yaml
4646
- repo: https://github.com/asottile/reorder-python-imports
47-
rev: v3.13.0
47+
rev: v3.14.0
4848
hooks:
4949
- id: reorder-python-imports
5050
```

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = reorder_python_imports
3-
version = 3.13.0
3+
version = 3.14.0
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)