diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e358a7f..c21e024 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: exclude: ^changelogs/changelog.yaml$ - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.11.1 hooks: - id: pyupgrade args: [--py38-plus]