Skip to content

Commit 32151ac

Browse files
committed
v3.16.0
1 parent a579db6 commit 32151ac

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
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: add-trailing-comma
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.2
26+
rev: v3.16.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]

README.md

+1-1
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.15.2
24+
rev: v3.16.0
2525
hooks:
2626
- id: pyupgrade
2727
```

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyupgrade
3-
version = 3.15.2
3+
version = 3.16.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)