From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Tue, 28 Oct 2025 23:52:06 +0000
Subject: Verbose mypyc, and produce debugging symbols

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index f2c329e..6d399e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -147,7 +147,7 @@ exclude = [
   "/src/black/__main__.py",
 ]
 mypy-args = ["--ignore-missing-imports"]
-options = { debug_level = "0" }
+options = { debug_level = "2", verbose = true }
 
 [tool.cibuildwheel]
 build-verbosity = 1
