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

Skip to content

Commit 5f0c773

Browse files
authored
Merge pull request #3470 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8a4af02 + 43b426a commit 5f0c773

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ repos:
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/asottile/reorder-python-imports
17-
rev: v3.14.0
17+
rev: v3.15.0
1818
hooks:
1919
- id: reorder-python-imports
2020
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
2121
args: [--py39-plus, --add-import, 'from __future__ import annotations']
2222
- repo: https://github.com/asottile/add-trailing-comma
23-
rev: v3.1.0
23+
rev: v3.2.0
2424
hooks:
2525
- id: add-trailing-comma
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.19.1
27+
rev: v3.20.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py39-plus]

0 commit comments

Comments
 (0)