diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05fd606..8be0c22 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.18.0' + rev: 'v3.19.0' hooks: - id: pyupgrade args: ['--py39-plus']