diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed1bb1a1..b6e81a3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: reorder-python-imports args: [--py39-plus, --application-directories, '.:bench'] - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py39-plus]