Skip to content

Commit 1630eb6

Browse files
authored
Merge pull request #691 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 56b4a7e + f4749f2 commit 1630eb6

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
@@ -27,17 +27,17 @@ repos:
2727
- id: reorder-python-imports
2828
args: [--py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.29.0
30+
rev: v2.29.1
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]
3434
- repo: https://github.com/asottile/add-trailing-comma
35-
rev: v2.2.0
35+
rev: v2.2.1
3636
hooks:
3737
- id: add-trailing-comma
3838
args: [--py36-plus]
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v1.19.0
40+
rev: v1.20.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)