From 54e006c23ddfb5a5bb67db517807ca0b02e1b38c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 00:02:43 +0100 Subject: [PATCH] Upgrade black dependency (#8236) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood --- .pre-commit-config.yaml | 2 +- requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f64cee051..b4cc9d57e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 # must match requirements-tests.txt + rev: 22.6.0 # must match requirements-tests.txt hooks: - id: black language_version: python3.9 diff --git a/requirements-tests.txt b/requirements-tests.txt index 9b7e78391..83f95978c 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,7 +1,7 @@ mypy==0.960 pytype==2022.6.23; platform_system != "Windows" # must match .pre-commit-config.yaml -black==22.3.0 +black==22.6.0 # must match .pre-commit-config.yaml flake8==4.0.1 flake8-bugbear==21.11.29