Skip to content

Commit

Permalink
chore(deps): Bump pre-commit hook (#15)
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: typos-v0.10.21 β†’
v1.19.0](crate-ci/typos@typos-v0.10.21...v1.19.0)
- [github.com/rhysd/actionlint: v1.6.26 β†’
v1.6.27](rhysd/actionlint@v1.6.26...v1.6.27)
- [github.com/koalaman/shellcheck-precommit: v0.9.0 β†’
v0.10.0](koalaman/shellcheck-precommit@v0.9.0...v0.10.0)
  • Loading branch information
pre-commit-ci[bot] authored and 5ouma committed Mar 15, 2024
1 parent d322e70 commit 4463823
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 @@ -24,7 +24,7 @@ repos:
args: [--whitespaces-count, "2"]

- repo: https://github.com/crate-ci/typos
rev: typos-v0.10.21
rev: v1.19.0
hooks:
- id: typos

Expand All @@ -34,7 +34,7 @@ repos:
- id: gitleaks

- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
rev: v1.6.27
hooks:
- id: actionlint

Expand All @@ -45,7 +45,7 @@ repos:
args: ["--disable", "MD013", "MD023", "MD024", "MD033", "MD036"]

- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
rev: v0.10.0
hooks:
- id: shellcheck
args: ["-e", "SC1071,SC1072,SC1073,SC1090,SC1091,SC2015,SC2148,SC2154"]

0 comments on commit 4463823

Please sign in to comment.