Skip to content

Commit

Permalink
ci(pre-commit.ci): perform pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/rubocop-hq/rubocop: v1.59.0 → v1.62.1](rubocop/rubocop@v1.59.0...v1.62.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
- [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1)
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 83962eb commit a2f0a13
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 @@ -30,22 +30,22 @@ repos:
additional_dependencies: ['@commitlint/[email protected]']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.59.0
rev: v1.62.1
hooks:
- id: rubocop
name: Check Ruby files with rubocop
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
name: Check shell scripts with shellcheck
files: ^.*\.(sh|bash|ksh)$
types: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
name: Check YAML syntax with yamllint
Expand Down

0 comments on commit a2f0a13

Please sign in to comment.