Skip to content

Commit 3e4dfdb

Browse files
committed
updates for add-trailing-comma 3.x
Committed via https://github.com/asottile/all-repos
1 parent 9c0a949 commit 3e4dfdb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ repos:
1313
rev: v3.10.0
1414
hooks:
1515
- id: reorder-python-imports
16-
args: [--py37-plus, --add-import, 'from __future__ import annotations']
16+
args: [--py38-plus, --add-import, 'from __future__ import annotations']
1717
- repo: https://github.com/asottile/add-trailing-comma
18-
rev: v2.5.1
18+
rev: v3.0.0
1919
hooks:
2020
- id: add-trailing-comma
21-
args: [--py36-plus]
2221
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.7.0
22+
rev: v3.8.0
2423
hooks:
2524
- id: pyupgrade
26-
args: [--py37-plus]
25+
args: [--py38-plus]
2726
- repo: https://github.com/pre-commit/mirrors-autopep8
2827
rev: v2.0.2
2928
hooks:

0 commit comments

Comments
 (0)