Skip to content

Commit b474a83

Browse files
authored
Merge pull request #2643 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3aa6206 + a179808 commit b474a83

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)