Skip to content

Commit

Permalink
Merge pull request #99 from staticdev/deps/2022-ago-pre-commit-updates
Browse files Browse the repository at this point in the history
Pre-commit updates Aug 2022
  • Loading branch information
staticdev authored Aug 11, 2022
2 parents f656fa1 + ffd2f9f commit da5dc8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-toml
Expand All @@ -10,16 +10,16 @@ repos:
- id: trailing-whitespace
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.0
rev: v2.7.1
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.27.1
hooks:
- id: yamllint
args: ["-c=.yamllint", "."]
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.0.0
rev: v6.4.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$

0 comments on commit da5dc8b

Please sign in to comment.