From: Zsolt Dollenstein Date: Sun, 10 Jun 2018 08:51:18 +0000 (+0100) Subject: Exclude profiling data when doing black . in this repo X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/99743d2d09287889b8192742ae6c5133020af8b3 Exclude profiling data when doing black . in this repo --- 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 )/ '''