From 29f61349eaefb7c14f80a04ed1e53b2e2f3438c8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 21 Oct 2023 02:19:04 +0200 Subject: [PATCH] Update black to 23.10.0 (#102420) --- .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 69d5ef28810..d9cca711131 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: - --fix - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 2b71ead7d41..8891e6e210d 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit -black==23.9.1 +black==23.10.0 codespell==2.2.2 ruff==0.1.1 yamllint==1.32.0