Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions devtools/gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,6 @@ def mypy_command(*, root: Path = ROOT) -> list[str]:
("devtools.schema_inference_gate",),
label="gate schema-inference-gate",
),
Gate(
"blob-conservation",
"Verify both directions of blob/reference conservation without mutation.",
"module",
("polylogue.maintenance.blob_conservation",),
label="gate blob-conservation",
),
Gate(
"agent-integration",
"Verify manual compilation, parser examples, continuation, native delivery, and packaging.",
Expand Down