Skip to content

Commit 1fc2890

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v2.4.0 → v2.5.1](asottile/add-trailing-comma@v2.4.0...v2.5.1) - [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
1 parent c7f472d commit 1fc2890

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: [--py38-plus, --add-import, 'from __future__ import annotations']
2222
- repo: https://github.com/asottile/add-trailing-comma
23-
rev: v2.4.0
23+
rev: v2.5.1
2424
hooks:
2525
- id: add-trailing-comma
2626
args: [--py36-plus]
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.4.0
28+
rev: v3.6.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py38-plus]

0 commit comments

Comments
 (0)