Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e72699b

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

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.3.0
13+
rev: v2.4.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/asottile/reorder-python-imports
@@ -20,12 +20,11 @@ repos:
2020
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
2121
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2222
- repo: https://github.com/asottile/add-trailing-comma
23-
rev: v2.5.1
23+
rev: v3.0.0
2424
hooks:
2525
- id: add-trailing-comma
26-
args: [--py36-plus]
2726
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.7.0
27+
rev: v3.8.0
2928
hooks:
3029
- id: pyupgrade
3130
args: [--py38-plus]

0 commit comments

Comments
 (0)