From 99743d2d09287889b8192742ae6c5133020af8b3 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sun, 10 Jun 2018 09:51:18 +0100 Subject: [PATCH] Exclude profiling data when doing black . in this repo --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 13f75a9..6ed4499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ exclude = ''' # The following are specific to Black, you probably don't want those. | blib2to3 | tests/data + | profiling )/ ''' -- 2.39.5