Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
- [github.com/ansible-community/ansible-lint: v6.21.1 → v6.22.0](ansible/ansible-lint@v6.21.1...v6.22.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 7d36b3f commit 0698066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -32,7 +32,7 @@ repos:
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.21.1
rev: v6.22.0
hooks:
- id: ansible-lint
args: ["--exclude", ".github"]
Expand Down

0 comments on commit 0698066

Please sign in to comment.