Skip to content

Commit f4749f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1) - [github.com/asottile/add-trailing-comma: v2.2.0 → v2.2.1](asottile/add-trailing-comma@v2.2.0...v2.2.1) - [github.com/asottile/setup-cfg-fmt: v1.19.0 → v1.20.0](asottile/setup-cfg-fmt@v1.19.0...v1.20.0)
1 parent 56b4a7e commit f4749f2

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)