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/pre-commit/mirrors-yapf: v0.29.0 → v0.32.0](pre-commit/mirrors-yapf@v0.29.0...v0.32.0)
- [github.com/adrienverge/yamllint.git: v1.20.0 → v1.27.1](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.27.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 29, 2022
1 parent 76bec8c commit 7a4daaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
# For use with pre-commit.
# See usage instructions at https://pre-commit.com
repos:
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.29.0
rev: v0.32.0
hooks:
- id: yapf

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.20.0
rev: v1.27.1
hooks:
- id: yamllint
args: [-c=./molecule/default/yamllint.yml]

0 comments on commit 7a4daaa

Please sign in to comment.