From 77a8c2cc759efe965eb12fc2729166c25f00a4f4 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 10 Jun 2023 17:19:31 -0400 Subject: [PATCH] v3.5.0 --- .pre-commit-config.yaml | 2 +- README.md | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e9cf8b7..94edda7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.4.1 + rev: v3.5.0 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/README.md b/README.md index a4105e4b..0a6a9aa4 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.4.1 + rev: v3.5.0 hooks: - id: pyupgrade ``` diff --git a/setup.cfg b/setup.cfg index 21bc5953..8157a3ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyupgrade -version = 3.4.1 +version = 3.5.0 description = A tool to automatically upgrade syntax for newer versions. long_description = file: README.md long_description_content_type = text/markdown