From d6d1f7714f928b91697caa608ef1b97672dc4f13 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 31 Jan 2025 18:19:46 +0500 Subject: [PATCH] black . to ignore ifcconvert's cityjson submodule --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 88fc4867e8..299f8736cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ extend-exclude = ''' src/ifcopenshell-python/ifcopenshell/express/* |src/ifcopenshell-python/ifcopenshell/mvd/* |src/ifc2ca/templates/* + |src/ifcconvert/cityjson/* ''' [tool.pyright]