Skip to content

Commit 395e8f7

Browse files
committed
v3.8.0
1 parent 7003579 commit 395e8f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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: v3.7.0
27+
rev: v3.8.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py38-plus]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`:
2121

2222
```yaml
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.7.0
24+
rev: v3.8.0
2525
hooks:
2626
- id: pyupgrade
2727
```

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyupgrade
3-
version = 3.7.0
3+
version = 3.8.0
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)