We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e87dc commit ac04498Copy full SHA for ac04498
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
hooks:
24
- id: add-trailing-comma
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.13.0
+ rev: v3.14.0
27
28
- id: pyupgrade
29
args: [--py38-plus]
README.md
@@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`:
21
22
```yaml
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pyupgrade
3
-version = 3.13.0
+version = 3.14.0
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