From 5557b30f4fea5f6b54add526cc32424ce205e47a Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sat, 21 Oct 2023 14:28:45 -0400 Subject: [PATCH] Update versions in format benchmark script --- scripts/benchmarks/run_formatter.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/benchmarks/run_formatter.sh b/scripts/benchmarks/run_formatter.sh index f4acd73fcd42f..645075674794e 100755 --- a/scripts/benchmarks/run_formatter.sh +++ b/scripts/benchmarks/run_formatter.sh @@ -5,7 +5,9 @@ # # Expects to be run from the repo root after invoking `cargo build --release`, # in an environment with access to `black`, `autopep8`, and `yapf` (most recently: -# `black` v23.9.1, `autopep8` v2.0.4, and `yapf` v0.40.1). +# `black` v23.9.1, `autopep8` v2.0.4, and `yapf` v0.40.2, on Python 3.11.6, the +# most recent combination of versions for which Black provides compiled wheels at +# time of writing). # # Example usage: #