Skip to content

Commit 9ca7af5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8)
1 parent d224f42 commit 9ca7af5

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
@@ -29,19 +29,19 @@ repos:
2929
language_version: python3
3030

3131
- repo: https://github.com/asottile/reorder-python-imports
32-
rev: v3.15.0
32+
rev: v3.16.0
3333
hooks:
3434
- id: reorder-python-imports
3535
args: [--py3-plus]
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.20.0
38+
rev: v3.21.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]
4242

4343
- repo: https://github.com/rhysd/actionlint
44-
rev: v1.7.7
44+
rev: v1.7.8
4545
hooks:
4646
- id: actionlint-docker
4747

0 commit comments

Comments
 (0)