From 4ad589dcf60acb340cb9da4fa4f2b721d703957c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 19 Dec 2022 16:43:53 +0100 Subject: [PATCH] Update black to 22.12.0 (#84242) --- .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 b588faa8b11..036c33202f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - --in-place - --remove-all-unused-imports - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 448c9db84c8..1241265a94a 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,7 +2,7 @@ autoflake==2.0.0 bandit==1.7.4 -black==22.10.0 +black==22.12.0 codespell==2.2.2 flake8-comprehensions==3.10.1 flake8-docstrings==1.6.0