Skip to content

Commit 77de150

Browse files
authored
Merge branch 'main' into dependabot/uv/pytest-regressions-2.11.0
2 parents d2424f1 + cd171a8 commit 77de150

30 files changed

Lines changed: 2466 additions & 4 deletions

.github/workflows/code-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uses: doplaydo/infra/.github/workflows/reuseable-sca.yaml@main
2626
with:
2727
scan-type: fs
28-
scanners: misconfig,secret
28+
scanners: vuln,misconfig,secret
2929
fail-on-findings: false

.github/workflows/sample-projects.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches: [main]
6-
paths: ['*--sample-projects/**']
76
pull_request:
8-
paths: ['*--sample-projects/**']
97

108
jobs:
119
test-sample-projects:

ihp-gdsfactory--sample-projects/ihp--public--project/ihp/cells/waveguides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def bend_euler(
3232
p: float = 0.5,
3333
width: float | None = None,
3434
cross_section: CrossSectionSpec = "strip",
35-
allow_min_radius_violation: bool = False,
35+
allow_min_radius_violation: bool = True,
3636
) -> gf.Component:
3737
"""Regular degree euler bend.
3838

ihp/cells/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from .inductors import *
1010
from .passives import *
1111
from .resistors import *
12+
from .rf_devices import *
1213
from .rf_transistors import *
1314
from .text import *
1415
from .via_stacks import *

0 commit comments

Comments
 (0)