Skip to content

Commit 73c775a

Browse files
committed
v3.2.0
1 parent 96be375 commit 73c775a

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
@@ -19,7 +19,7 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--py39-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v3.1.0
22+
rev: v3.2.0
2323
hooks:
2424
- id: add-trailing-comma
2525
- repo: https://github.com/asottile/pyupgrade

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/add-trailing-comma
24-
rev: v3.1.0
24+
rev: v3.2.0
2525
hooks:
2626
- id: add-trailing-comma
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 = add_trailing_comma
3-
version = 3.1.0
3+
version = 3.2.0
44
description = Automatically add trailing commas to calls and literals
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)