diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2f958c6..4bd03a69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: [--py37-plus]