diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29fed08..6b826c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py38-plus]