diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8586d08..496d61f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]