From 260df48fa776f615096ae17fa3948fdb6529d3e0 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Tue, 24 Jan 2023 10:17:25 +0100 Subject: [PATCH] Add excluse to black config --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4f8aefa9..07f862a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,3 +55,7 @@ documenation = "https://da.gitlab-pages.liu.se/B-ASIC/" skip-string-normalization = true preview = true line-length = 79 +exclude = [ + "examples", + "test/test_gui" +] -- GitLab