Skip to content

Commit

Permalink
feat: update github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Dec 31, 2024
1 parent 54fce7b commit 9ec5fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix, -i, CONTRIBUTING.md]
Expand Down Expand Up @@ -49,13 +49,13 @@ repos:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.10.0-1
rev: v3.10.0-2
hooks:
- id: shfmt
args: [-w, -s, -i=4]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0 # Match the version used by the vscode extension. Otherwise, the editor and the command may say different things.
rev: v0.8.0 # Match the version used by the vscode extension. Otherwise, the editor and the command may say different things.
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 9ec5fc4

Please sign in to comment.