diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5675c2637..a6721b908 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: detect-private-key exclude: ^tests/ - repo: https://github.com/asottile/pyupgrade - rev: 'v2.37.1' + rev: 'v2.37.2' hooks: - id: pyupgrade args: ['--py37-plus', '--keep-mock']