Skip to content

Commit fbf9648

Browse files
authored
Merge pull request #2134 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b300116 + a064f24 commit fbf9648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.29.0
28+
rev: v2.29.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
@@ -35,12 +35,12 @@ repos:
3535
- id: reorder-python-imports
3636
args: [--py3-plus]
3737
- repo: https://github.com/asottile/add-trailing-comma
38-
rev: v2.2.0
38+
rev: v2.2.1
3939
hooks:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.19.0
43+
rev: v1.20.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)