Skip to content

Commit

Permalink
merge: Merge pull request #46 from DSD-DBS/fix-allow-render
Browse files Browse the repository at this point in the history
Fix allow render
  • Loading branch information
ewuerger authored Jun 19, 2023
2 parents eafb682 + 8a5265e commit bbb8faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ repos:
- id: fix-byte-order-marker
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.3.0
hooks:
- id: mypy
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.1
hooks:
- id: insert-license
name: Insert Licence for Python, YAML and Dockerfiles
Expand Down Expand Up @@ -67,6 +67,6 @@ repos:
- --comment-style
- '/*| *| */'
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.0
rev: v1.1.2
hooks:
- id: reuse
1 change: 1 addition & 0 deletions capellambse_context_diagrams/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def __init__(
slim_center_box: bool = True,
) -> None:
super().__init__(obj._model)
self._allow_render = True
self.target = obj
self.styleclass = class_

Expand Down

0 comments on commit bbb8faf

Please sign in to comment.