Skip to content

Commit 25bd05d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v3.2.0](asottile/add-trailing-comma@v3.1.0...v3.2.0)
1 parent 875bcc1 commit 25bd05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ repos:
4646
- --ignore-words-list=thex
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v3.19.1
49+
rev: v3.20.0
5050
hooks:
5151
- id: pyupgrade
5252
args:
5353
- --py36-plus
5454

5555
- repo: https://github.com/asottile/add-trailing-comma
56-
rev: v3.1.0
56+
rev: v3.2.0
5757
hooks:
5858
- id: add-trailing-comma

0 commit comments

Comments
 (0)