diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 405d9bb6..b8a54e33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade - rev: v3.11.1 + rev: v3.11.2 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/README.md b/README.md index 3cf3f3d1..9f960a30 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/asottile/pyupgrade - rev: v3.11.1 + rev: v3.11.2 hooks: - id: pyupgrade ``` diff --git a/setup.cfg b/setup.cfg index 30e827f5..f5a41db9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyupgrade -version = 3.11.1 +version = 3.11.2 description = A tool to automatically upgrade syntax for newer versions. long_description = file: README.md long_description_content_type = text/markdown