We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7894b7d commit 94817c6Copy full SHA for 94817c6
1 file changed
pyproject.toml
@@ -250,22 +250,3 @@ layers = [
250
"spec_driver.core",
251
]
252
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
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