diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef2d2d86b96..f29d6f1c58c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v2.28.0' + rev: 'v2.29.0' hooks: - id: pyupgrade args: ['--py36-plus']