Skip to content

Commit

Permalink
v3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 21, 2023
1 parent 443797a commit b0e58ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.1
rev: v3.11.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.1
rev: v3.11.2
hooks:
- id: pyupgrade
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyupgrade
version = 3.11.1
version = 3.11.2
description = A tool to automatically upgrade syntax for newer versions.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit b0e58ec

Please sign in to comment.