From 917254e956b0bcb54e8ba43704f088e3b0497db0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 25 Sep 2021 11:48:47 +0200 Subject: [PATCH] Upgrade pyupgrade to v2.27.0 (#56638) --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29a91eed6b5..0a9424e53b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.23.3 + rev: v2.27.0 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 4c57d6cabaa..aa3279cea18 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -12,5 +12,5 @@ mccabe==0.6.1 pycodestyle==2.7.0 pydocstyle==6.0.0 pyflakes==2.3.1 -pyupgrade==2.23.3 +pyupgrade==2.27.0 yamllint==1.26.1