Skip to content

Commit 7c551d3

Browse files
committed
v3.3.2
1 parent 66f78c8 commit 7c551d3

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.3.1
27+
rev: v3.3.2
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
@@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`:
2121

2222
```yaml
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.3.1
24+
rev: v3.3.2
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.3.1
3+
version = 3.3.2
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)