From cc2815025312d436fe972af52d1b68b71ce8492e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 23 Apr 2020 22:13:31 +0200 Subject: [PATCH] Upgrade pyupgrade to v2.2.1 (#34608) --- .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 e491637ea65..05e062e43b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.1.0 + rev: v2.2.1 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index a52927ed497..e64e499baf7 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -7,5 +7,5 @@ flake8-docstrings==1.5.0 flake8==3.7.9 isort==4.3.21 pydocstyle==5.0.2 -pyupgrade==2.1.0 +pyupgrade==2.2.1 yamllint==1.23.0