Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf
- [github.com/google/yapf: v0.29.0 → v0.33.0](google/yapf@v0.29.0...v0.33.0)
- [github.com/adrienverge/yamllint.git: v1.20.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.31.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 24, 2023
1 parent 52a2c03 commit 7697ecd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.29.0
repos:
- repo: https://github.com/google/yapf
rev: v0.33.0
hooks:
- id: yapf

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

0 comments on commit 7697ecd

Please sign in to comment.