Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#529)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:

github.com/ansible/ansible-lint.git: v6.18.0 → v6.19.0
github.com/psf/black: 23.7.0 → 23.9.1

Reviewed-by: Maja Massarini
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 15, 2023
2 parents a9ccf16 + ac18c89 commit e093338
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 @@ -20,12 +20,12 @@ repos:
args:
- --allow-missing-credentials
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.18.0
rev: v6.19.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down

0 comments on commit e093338

Please sign in to comment.