From f74fd4382cfd72aa39b6b8ea46c0178a7108fd8c Mon Sep 17 00:00:00 2001 From: user <70670632+stuxf@users.noreply.github.com> Date: Fri, 8 May 2026 00:04:11 +0000 Subject: [PATCH] Drop liccheck black allowlist entry The entry was added to cover the now-reverted black 24.10.0 -> 26.3.1 bump. With the bump dropped, upstream's existing liccheck setup is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- tests/code_coverage_tests/liccheck.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/code_coverage_tests/liccheck.ini b/tests/code_coverage_tests/liccheck.ini index ce395d73c2..5a09403c57 100644 --- a/tests/code_coverage_tests/liccheck.ini +++ b/tests/code_coverage_tests/liccheck.ini @@ -172,4 +172,3 @@ langgraph: >=1.0.10 # MIT License langgraph-prebuilt: >=1.0.8 # MIT License - https://github.com/langchain-ai/langgraph/blob/main/LICENSE pytest-rerunfailures: >=15.1 # MPL 2.0 license pytest-recording: >=0.13.4 # MIT license -black: >=24.10.0 # MIT License - https://github.com/psf/black/blob/main/LICENSE