Skip to content

Commit 94817c6

Browse files
author
clanker
committed
chore: update import-linter contracts from sync
1 parent 7894b7d commit 94817c6

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -250,22 +250,3 @@ layers = [
250250
"spec_driver.core",
251251
]
252252

253-
[[tool.importlinter.contracts]]
254-
name = "Presentation Layer Isolation"
255-
type = "independence"
256-
modules = [
257-
"spec_driver.presentation.cli",
258-
"spec_driver.presentation.tui",
259-
]
260-
261-
[[tool.importlinter.contracts]]
262-
name = "TUI Internal Layering"
263-
type = "layers"
264-
layers = [
265-
"spec_driver.presentation.tui.app",
266-
"spec_driver.presentation.tui.views",
267-
"spec_driver.presentation.tui.widgets",
268-
"spec_driver.presentation.tui.search",
269-
"spec_driver.presentation.tui.core",
270-
]
271-

0 commit comments

Comments
 (0)