diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 790b6c6..2f19c9e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: [--py37-plus, --keep-runtime-typing]