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.40.2](google/yapf@v0.29.0...v0.40.2)
- [github.com/adrienverge/yamllint.git: v1.20.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.35.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 19, 2024
1 parent 52a2c03 commit 7247cb5
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.40.2
hooks:
- id: yapf

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

0 comments on commit 7247cb5

Please sign in to comment.