1
0
Fork 0
mirror of synced 2024-06-02 15:11:10 -04:00

Compare commits

..

2 commits

Author SHA1 Message Date
pre-commit-ci[bot] 8eaf26498a
Merge 0c06b1eb69 into ee93b6928d 2023-10-03 07:56:56 +00:00
pre-commit-ci[bot] 0c06b1eb69
ci(pre-commit.ci): perform pre-commit autoupdate
updates:
- [github.com/rubocop-hq/rubocop: v1.30.1 → v1.56.4](https://github.com/rubocop-hq/rubocop/compare/v1.30.1...v1.56.4)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.6](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.4...v0.9.0.6)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.32.0](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.32.0)
- [github.com/warpnet/salt-lint: v0.8.0 → v0.9.2](https://github.com/warpnet/salt-lint/compare/v0.8.0...v0.9.2)
- https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck
- [github.com/rstcheck/rstcheck: 3f929574 → v6.2.0](https://github.com/rstcheck/rstcheck/compare/3f929574...v6.2.0)
2023-10-03 07:56:53 +00:00

View file

@ -30,7 +30,7 @@ repos:
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.59.0
rev: v1.56.4
hooks:
- id: rubocop
name: Check Ruby files with rubocop
@ -45,7 +45,7 @@ repos:
files: ^.*\.(sh|bash|ksh)$
types: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.32.0
hooks:
- id: yamllint
name: Check YAML syntax with yamllint
@ -65,7 +65,7 @@ repos:
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
rev: v1.4.0
rev: v1.3.2
hooks:
- id: rst-lint
name: Check reST files using rst-lint