From 74a29c49e6aa614ce953990ca49a0b50cb89863f Mon Sep 17 00:00:00 2001 From: "Tim L. White" Date: Wed, 11 Oct 2023 19:43:45 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53dc7e5a..d256cf52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,10 +15,6 @@ exclude = ''' | build | dist | migrations - # The following are specific to Black, you probably don't want those. - | blib2to3 - | tests/data - | profiling )/ '''