From f8ef25309bb6a07664480df84d5b07550e0b910d Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Fri, 6 Oct 2023 18:16:30 -0700 Subject: [PATCH] Go back to black 23.3.0 which supports 3.7 --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7943d5dc..8462cc2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.3.0 hooks: - id: black diff --git a/requirements-dev.txt b/requirements-dev.txt index b6eb66de..15505a7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest>=2.7.0 tox>=1.9.2 behave>=1.2.4 -black>=23.9.1 +black>=23.3.0 pexpect==3.3; platform_system != "Windows" pre-commit>=1.16.0 coverage>=5.0.4