Skip to content

Commit a179808

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v2.3.0 → v2.4.0](asottile/add-trailing-comma@v2.3.0...v2.4.0) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1)
1 parent 3aa6206 commit a179808

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
@@ -20,12 +20,12 @@ repos:
2020
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
2121
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2222
- repo: https://github.com/asottile/add-trailing-comma
23-
rev: v2.3.0
23+
rev: v2.4.0
2424
hooks:
2525
- id: add-trailing-comma
2626
args: [--py36-plus]
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.3.0
28+
rev: v3.3.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]

0 commit comments

Comments
 (0)