From 88fe1b5f43a286837ddb8cf65f55ea5b3dc463c7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 30 Dec 2021 08:43:34 -0800 Subject: [PATCH] v2.30.1 --- .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 ec8aab01..18c13de7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.30.0 + rev: v2.30.1 hooks: - id: pyupgrade args: [--py36-plus] diff --git a/README.md b/README.md index af31768b..2de1ba4a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/asottile/pyupgrade - rev: v2.30.0 + rev: v2.30.1 hooks: - id: pyupgrade ``` diff --git a/setup.cfg b/setup.cfg index 5e1f47a2..0c2a3f6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyupgrade -version = 2.30.0 +version = 2.30.1 description = A tool to automatically upgrade syntax for newer versions. long_description = file: README.md long_description_content_type = text/markdown