Skip to content

Commit 2b76dd5

Browse files
Extract shared export engine; wire CLI to summary cache and drop mypy override
1 parent ee6a6e7 commit 2b76dd5

4 files changed

Lines changed: 602 additions & 389 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ pretty = true
9898
# Anchored regexes — unanchored `venv/` would match any path segment containing "venv/".
9999
exclude = ["^venv/", "^\\.venv/", "^build/", "^dist/"]
100100

101-
# Standalone CLI export script (~985 LOC) duplicates utils/ helpers; typed
102-
# incrementally — issue #100 allows per-module override until consolidated.
103-
[[tool.mypy.overrides]]
104-
module = "scripts.export"
105-
ignore_errors = true
106-
107101
# Test modules use unittest/pytest patterns that are not worth strict-checking
108102
# alongside production code; route handlers and utils are fully strict.
109103
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)