From c81b8e8be8577efbb31a1b79800f8702b7ee4c15 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 10 Sep 2023 16:18:06 -0700 Subject: [PATCH] compile more --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d987e2fee00..159907ac8ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,8 +132,6 @@ exclude = [ "/src/black/concurrency.py", "/src/black/files.py", "/src/black/report.py", - # Pickling of FileData is broken, skip compilation for now: - "/src/black/cache.py", # Breaks the test suite when compiled (and is also useless): "/src/black/debug.py", # Compiled modules can't be run directly and that's a problem here: