diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5f284a6a34..1c8060da182 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,7 +72,7 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.2.2' + rev: 'v3.3.0' hooks: - id: pyupgrade args: ['--py36-plus']