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.3.1
27
+ rev : v3.3.2
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py37-plus]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`:
21
21
22
22
``` yaml
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v3.3.1
24
+ rev : v3.3.2
25
25
hooks :
26
26
- id : pyupgrade
27
27
` ` `
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pyupgrade
3
- version = 3.3.1
3
+ version = 3.3.2
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