Update versions in format benchmark script (#8110)

This commit is contained in:
Charlie Marsh 2023-10-21 14:39:31 -04:00 committed by GitHub
parent 6ddb0fa950
commit e0f9dbcd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
# #
# Expects to be run from the repo root after invoking `cargo build --release`, # 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: # 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: # Example usage:
# #