Skip to content

Commit 54356ff

Browse files
committed
v2.33.0
1 parent ef3be8c commit 54356ff

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: v2.32.1
27+
rev: v2.33.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]

README.md

Lines changed: 1 addition & 1 deletion
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.32.1
23+
rev: v2.33.0
2424
hooks:
2525
- id: pyupgrade
2626
```

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 = 2.32.1
3+
version = 2.33.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)