Skip to content

Commit 8d9de7a

Browse files
authored
Merge pull request shellcheck-py#95 from shellcheck-py/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents adfdcea + f97b409 commit 8d9de7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v2.4.0
22+
rev: v2.5.1
2323
hooks:
2424
- id: add-trailing-comma
2525
args: [--py36-plus]
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.4.0
27+
rev: v3.6.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]

0 commit comments

Comments
 (0)