Skip to content

Commit

Permalink
chore(deps): bump pre-commit linter versions
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/python-jsonschema/check-jsonschema: 0.24.1 → 0.28.1](python-jsonschema/check-jsonschema@0.24.1...0.28.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.5...v0.10.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 09c6428 commit 19add68
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 @@ -7,7 +7,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:

# json
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.1
rev: 0.28.1
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -54,7 +54,7 @@ repos:
- id: bashate
args: [--max-line-length=80]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down

0 comments on commit 19add68

Please sign in to comment.