Skip to content

Commit

Permalink
Update pre-commit hooks (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Ishikawa <[email protected]>
  • Loading branch information
yu-iskw authored Dec 17, 2024
1 parent cd2d811 commit ea3b5b2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -24,15 +24,15 @@ repos:
- id: check-yaml
- id: detect-private-key
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.4
hooks:
- id: actionlint
# - repo: https://github.com/asottile/reorder_python_imports
# rev: v3.10.0
# hooks:
# - id: reorder-python-imports
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pycqa/isort
Expand All @@ -41,7 +41,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/pycqa/pylint
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
# - repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -53,3 +53,7 @@ repos:
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
hooks:
- id: actionlint-docker

0 comments on commit ea3b5b2

Please sign in to comment.