Skip to content

Commit

Permalink
Merge pull request #272 from nextcloud/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
staticdev committed May 14, 2023
2 parents f83f2ac + 30d9aa4 commit ae714a6
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
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
args: ["-c=.yamllint.yml", "."]
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.14.6
rev: v6.16.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
Expand Down

0 comments on commit ae714a6

Please sign in to comment.