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.54.0 → v1.66.1](rubocop/rubocop@v1.54.0...v1.66.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)
- [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1)
- [github.com/rstcheck/rstcheck: v6.1.2 → v6.2.4](rstcheck/rstcheck@v6.1.2...v6.2.4)
- [github.com/saltstack-formulas/mirrors-rst-lint: v1.3.2 → v1.4.0](saltstack-formulas/mirrors-rst-lint@v1.3.2...v1.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent e5850af commit 434bd70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ci:
autoupdate_schedule: quarterly
skip: []
submodules: false
default_stages: [commit]
default_stages: [Nonepre-commitNone]
repos:
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
rev: v2.3.0
Expand All @@ -30,22 +30,22 @@ repos:
additional_dependencies: ['@commitlint/[email protected]']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.54.0
rev: v1.66.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.5
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.32.0
rev: v1.35.1
hooks:
- id: yamllint
name: Check YAML syntax with yamllint
Expand All @@ -59,13 +59,13 @@ repos:
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
rev: v6.2.4
hooks:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
rev: v1.3.2
rev: v1.4.0
hooks:
- id: rst-lint
name: Check reST files using rst-lint
Expand Down

0 comments on commit 434bd70

Please sign in to comment.