Skip to content

Commit 97149a1

Browse files
committed
v2.4.4
1 parent 2992d9f commit 97149a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: add-trailing-comma
3535
args: [--py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.4.3
37+
rev: v2.4.4
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]

README.md

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

2020
```yaml
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.4.3
22+
rev: v2.4.4
2323
hooks:
2424
- id: pyupgrade
2525
```

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.4.3
3+
version = 2.4.4
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)