diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b7871b..99efdf7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: exclude: 'tests' - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: ['--py37-plus', '--keep-runtime-typing']