From 5a4add64378806e818fe0b5c18fe6ef53bf9d9e8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 31 May 2021 20:04:20 +0200 Subject: [PATCH] Upgrade black to 21.5b2 (#51297) --- .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 9ead1fd09bb..8106b2c074f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/psf/black - rev: 21.5b1 + rev: 21.5b2 hooks: - id: black args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index e403e05fcfd..a6d8f3f9b04 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,7 +1,7 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit bandit==1.7.0 -black==21.5b1 +black==21.5b2 codespell==2.0.0 flake8-comprehensions==3.5.0 flake8-docstrings==1.6.0