Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 7513e6b

Browse files
[pre-commit.ci] pre-commit autoupdate (#231)
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 e300e88 commit 7513e6b

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
@@ -38,12 +38,12 @@ repos:
3838
- id: remove-tabs
3939
files: \.py$
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v2.29.0
41+
rev: v2.29.1
4242
hooks:
4343
- id: pyupgrade
4444
args: ['--py36-plus']
4545
- repo: https://github.com/asottile/add-trailing-comma
46-
rev: v2.2.0
46+
rev: v2.2.1
4747
hooks:
4848
- id: add-trailing-comma
4949
args: ['--py36-plus']

0 commit comments

Comments
 (0)