Skip to content

Commit

Permalink
Merge pull request #309 from nextcloud/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
wiktor2200 authored Sep 17, 2023
2 parents e7ae7ff + ce70008 commit f01f176
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 @@ -6,12 +6,12 @@ repos:
- id: yamllint
args: ["-c=.yamllint.yml", "."]
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.17.2
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
language_version: python3.10

0 comments on commit f01f176

Please sign in to comment.