Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 76f331a

Browse files
[pre-commit.ci] pre-commit autoupdate (#145)
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1) - [github.com/asottile/add-trailing-comma: v2.2.0 → v2.2.1](asottile/add-trailing-comma@v2.2.0...v2.2.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9f7f26c commit 76f331a

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
@@ -40,12 +40,12 @@ repos:
4040
hooks:
4141
- id: reorder-python-imports
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.29.0
43+
rev: v2.29.1
4444
hooks:
4545
- id: pyupgrade
4646
args: ['--py36-plus']
4747
- repo: https://github.com/asottile/add-trailing-comma
48-
rev: v2.2.0
48+
rev: v2.2.1
4949
hooks:
5050
- id: add-trailing-comma
5151
args: ['--py36-plus']

0 commit comments

Comments
 (0)