Skip to content

Commit 7693eb7

Browse files
authored
Upgrade pre-commit hooks (#155)
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
1 parent ab3ab74 commit 7693eb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@ repos:
2424
- id: check-yaml
2525
- id: detect-private-key
2626
- repo: https://github.com/rhysd/actionlint
27-
rev: v1.7.4
27+
rev: v1.7.7
2828
hooks:
2929
- id: actionlint
3030
# - repo: https://github.com/asottile/reorder_python_imports
3131
# rev: v3.10.0
3232
# hooks:
3333
# - id: reorder-python-imports
3434
- repo: https://github.com/asottile/setup-cfg-fmt
35-
rev: v2.7.0
35+
rev: v2.8.0
3636
hooks:
3737
- id: setup-cfg-fmt
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.13.2
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242
name: isort (python)
4343
- repo: https://github.com/pycqa/pylint
44-
rev: v3.3.2
44+
rev: v3.3.7
4545
hooks:
4646
- id: pylint
4747
# - repo: https://github.com/pre-commit/mirrors-mypy
@@ -54,6 +54,6 @@ repos:
5454
hooks:
5555
- id: shellcheck
5656
- repo: https://github.com/rhysd/actionlint
57-
rev: v1.7.4
57+
rev: v1.7.7
5858
hooks:
5959
- id: actionlint-docker

0 commit comments

Comments
 (0)