diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bff2801..96d860b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/google/yapf # To format the code to conform YAPF - rev: v0.40.2 + rev: v0.43.0 hooks: - id: yapf args: ['--in-place', '--recursive', '--style', 'google']