Skip to content

Commit b7a3ca6

Browse files
pre-commit-ci[bot]MTSOnGithub
authored andcommitted
[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 21324b1 commit b7a3ca6

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
@@ -56,13 +56,13 @@ repos:
5656
- --no-extra-eol
5757

5858
- repo: https://github.com/asottile/pyupgrade
59-
rev: v3.19.1
59+
rev: v3.20.0
6060
hooks:
6161
- id: pyupgrade
6262
args: [--py311-plus, --keep-runtime-typing]
6363

6464
- repo: https://github.com/asottile/add-trailing-comma
65-
rev: v3.1.0
65+
rev: v3.2.0
6666
hooks:
6767
- id: add-trailing-comma
6868

0 commit comments

Comments
 (0)