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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user