diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 989152a..ae88d2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v2.29.1' + rev: 'v2.31.0' hooks: - id: pyupgrade args: ['--py38-plus']