Commit d232077 1 parent 7b372d1 commit d232077 Copy full SHA for d232077
File tree 3 files changed +3
-3
lines changed
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 : v2.37.0
27
+ rev : v2.37.1
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py37-plus]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Sample `.pre-commit-config.yaml`:
20
20
21
21
``` yaml
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v2.37.0
23
+ rev : v2.37.1
24
24
hooks :
25
25
- id : pyupgrade
26
26
` ` `
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pyupgrade
3
- version = 2.37.0
3
+ version = 2.37.1
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