diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5728ff3..e87751ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.18.0' + rev: 'v3.19.0' hooks: - id: pyupgrade args: ['--keep-mock']