From 1f68e52ac23ed733a3fec949d915c92109a9882e Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 30 Jul 2024 11:22:41 +0500 Subject: [PATCH] black format - exclude 'mvd' and reformat pyproject.toml for readibility --- pyproject.toml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a73a561268..8e329ff191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,34 @@ [tool.black] line-length = 120 -include = 'src/(bcf|bcfserver|blenderbim|bsdd|foundationserver|ifc2ca|ifc4d|ifc5d|ifcbimtester|ifcblender|ifccityjson|ifcclash|ifccsv|ifcdiff|ifcfm|ifcpatch|ifctester|ifcopenshell-python|ifcsverchok|opencdeserver)/.*.py$' -extend-exclude = '(src/ifcopenshell-python/ifcopenshell/express/*|src/ifc2ca/templates/*)' +include = ''' + src/( + bcf + |bcfserver + |blenderbim + |bsdd + |foundationserver + |ifc2ca + |ifc4d + |ifc5d + |ifcbimtester + |ifcblender + |ifccityjson + |ifcclash + |ifccsv + |ifcdiff + |ifcfm + |ifcpatch + |ifctester + |ifcopenshell-python + |ifcsverchok + |opencdeserver + )/.*.py$ +''' +extend-exclude = ''' + src/ifcopenshell-python/ifcopenshell/express/* + |src/ifcopenshell-python/ifcopenshell/mvd/* + |src/ifc2ca/templates/* +''' [tool.pyright] reportInvalidTypeForm = false