From d232077d3bc16dcbaee30b42d35197f8bf337a36 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 11 Jul 2022 05:26:23 -0700 Subject: [PATCH] v2.37.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 e8ae6e10..49af59db 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: v2.37.0 + rev: v2.37.1 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/README.md b/README.md index 1efda497..4e66838b 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.37.0 + rev: v2.37.1 hooks: - id: pyupgrade ``` diff --git a/setup.cfg b/setup.cfg index e7a9f840..b927529f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyupgrade -version = 2.37.0 +version = 2.37.1 description = A tool to automatically upgrade syntax for newer versions. long_description = file: README.md long_description_content_type = text/markdown