Skip to content

Commit

Permalink
ci(pre-commit): autoupdate (#15)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](pre-commit/mirrors-prettier@v2.5.0...v2.5.1)
- [github.com/ansible/ansible-lint.git: v5.3.1 → v5.3.2](https://github.com/ansible/ansible-lint.git/compare/v5.3.1...v5.3.2)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.1 → v0.8.0.3](shellcheck-py/shellcheck-py@v0.8.0.1...v0.8.0.3)
- [github.com/scop/pre-commit-shfmt: v3.4.1-1 → v3.4.2-1](scop/pre-commit-shfmt@v3.4.1-1...v3.4.2-1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 11, 2022
1 parent 0e514df commit 1e20e27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -26,7 +26,7 @@ repos:
args: [-c, .markdownlint.yaml, --fix]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.0
rev: v2.5.1
hooks:
- id: prettier

Expand All @@ -36,17 +36,17 @@ repos:
- id: yamllint

- repo: https://github.com/ansible/ansible-lint.git
rev: v5.3.1
rev: v5.3.2
hooks:
- id: ansible-lint

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.1
rev: v0.8.0.3
hooks:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.4.1-1
rev: v3.4.2-1
hooks:
- id: shfmt
args: [-w, -s, -i=4]
Expand Down

0 comments on commit 1e20e27

Please sign in to comment.