We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2992d9f commit 97149a1Copy full SHA for 97149a1
3 files changed
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: add-trailing-comma
35
args: [--py36-plus]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.4.3
+ rev: v2.4.4
38
hooks:
39
- id: pyupgrade
40
README.md
@@ -19,7 +19,7 @@ Sample `.pre-commit-config.yaml`:
19
20
```yaml
21
22
23
24
25
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pyupgrade
3
-version = 2.4.3
+version = 2.4.4
4
description = A tool to automatically upgrade syntax for newer versions.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments