Skip to content

Commit d232077

Browse files
committed
v2.37.1
1 parent 7b372d1 commit d232077

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
@@ -24,7 +24,7 @@ repos:
2424
- id: add-trailing-comma
2525
args: [--py36-plus]
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.37.0
27+
rev: v2.37.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sample `.pre-commit-config.yaml`:
2020

2121
```yaml
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.37.0
23+
rev: v2.37.1
2424
hooks:
2525
- id: pyupgrade
2626
```

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyupgrade
3-
version = 2.37.0
3+
version = 2.37.1
44
description = A tool to automatically upgrade syntax for newer versions.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)