diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c4cff4a1..c4df7495d 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.38.0' + rev: 'v2.38.2' hooks: - id: pyupgrade args: ['--py37-plus', '--keep-mock']