Add BIM workbench to .pre-commit-config.yaml (#21591)

* Add BIM workbench to .pre-commit-config.yaml

* pre-commit: ignore translations

* pre-commit: add additional ignore pattern

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Furgo
2025-10-13 13:07:48 +02:00
committed by GitHub
parent 210190cdd7
commit 6345b824e5
197 changed files with 21982 additions and 13836 deletions

View File

@@ -22,14 +22,19 @@
# * *
# ***************************************************************************
class ifc_object:
"""NativeIFC class placeholder"""
def __init__(self):
pass
def onDocumentRestored(self, obj):
obj.Type = [obj.IfcType]
obj.Type = obj.IfcType
def dumps(self):
return None
def loads(self, state):
return None