Skip to content

Commit d839afd

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent f40000d commit d839afd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ repos:
2323
- id: reorder-python-imports
2424
args: [--py3-plus]
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.29.0
26+
rev: v2.29.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py3-plus]
3030
- repo: https://github.com/asottile/add-trailing-comma
31-
rev: v2.2.0
31+
rev: v2.2.1
3232
hooks:
3333
- id: add-trailing-comma
3434
args: [--py36-plus]

0 commit comments

Comments
 (0)