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 24
24
- id : add-trailing-comma
25
25
args : [--py36-plus]
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v3.2.2
27
+ rev : v3.2.3
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py37-plus]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Sample `.pre-commit-config.yaml`:
22
22
23
23
``` yaml
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.2.2
25
+ rev : v3.2.3
26
26
hooks :
27
27
- id : pyupgrade
28
28
` ` `
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pyupgrade
3
- version = 3.2.2
3
+ version = 3.2.3
4
4
description = A tool to automatically upgrade syntax for newer versions.
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