File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
hooks :
21
21
- id : autopep8
22
22
- repo : https://github.com/asottile/reorder_python_imports
23
- rev : v2.5 .0
23
+ rev : v2.6 .0
24
24
hooks :
25
25
- id : reorder-python-imports
26
26
args : [--py3-plus]
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Sample `.pre-commit-config.yaml`
43
43
44
44
``` yaml
45
45
- repo : https://github.com/asottile/reorder_python_imports
46
- rev : v2.5 .0
46
+ rev : v2.6 .0
47
47
hooks :
48
48
- id : reorder-python-imports
49
49
` ` `
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = reorder_python_imports
3
- version = 2.5 .0
3
+ version = 2.6 .0
4
4
description = Tool for reordering python imports
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments