Skip to content

Commit f42c777

Browse files
feat: use | instead of :
1 parent 5573ed6 commit f42c777

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/uipath-platform/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,17 @@ exclude_type_checking_imports = true
133133

134134
[[tool.importlinter.contracts]]
135135
id = "platform-layers"
136-
name = "uipath.platform layered architecture"
136+
name = "uipath-platform layered architecture"
137137
type = "layers"
138138
containers = ["uipath.platform"]
139139
exhaustive = true
140140
layers = [
141-
"_uipath : resume_triggers",
142-
"agenthub : automation_ops : automation_tracker : connections : context_grounding : entities : external_applications : governance : guardrails : memory : pii_detection : portal : resource_catalog : semantic_proxy",
143-
"orchestrator",
144-
"action_center : attachments : chat : documents : identity",
145-
"common",
146-
"constants : errors",
141+
"_uipath : resume_triggers",
142+
"agenthub | automation_ops | automation_tracker | connections | context_grounding | entities | external_applications | governance | guardrails | memory | pii_detection | portal | resource_catalog | semantic_proxy",
143+
"orchestrator",
144+
"action_center | attachments | chat | documents | identity",
145+
"common",
146+
"constants | errors",
147147
]
148148

149149
[tool.uv]

0 commit comments

Comments
 (0)