Skip to content

Commit

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

repos:
- repo: https:/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -24,7 +24,7 @@ repos:
- id: check-yaml
- id: detect-private-key
- repo: https:/rhysd/actionlint
rev: v1.6.26
rev: v1.7.3
hooks:
- id: actionlint
# - repo: https:/asottile/reorder_python_imports
Expand All @@ -36,12 +36,12 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https:/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
- repo: https:/pycqa/pylint
rev: v3.0.1
rev: v3.3.1
hooks:
- id: pylint
# - repo: https:/pre-commit/mirrors-mypy
Expand All @@ -50,6 +50,6 @@ repos:
# - id: mypy
# additional_dependencies: [types-all]
- repo: https:/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck

0 comments on commit ac12a7a

Please sign in to comment.