From 2883a0a03dc4587590b0a3f78d9a2f900b30ab46 Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Wed, 8 Feb 2023 09:07:54 -0600 Subject: [PATCH] remove stale comment The preview feature was moved to stable in v23, and the bug previously preventing us from using the new style was fixed in psf/black#3430 Signed-off-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com> --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8de4946f6..50d52ea416 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,6 @@ repos: rev: 23.1.0 hooks: - id: black - # See https://github.com/psf/black/issues/2188#issuecomment-1289317647 for why we can't use the --preview flag. args: [--safe, --quiet] - repo: https://github.com/Pierre-Sassoulas/black-disable-checker rev: v1.1.3