Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ pretty = true
# Anchored regexes — unanchored `venv/` would match any path segment containing "venv/".
exclude = ["^venv/", "^\\.venv/", "^build/", "^dist/"]

# Standalone CLI export script (~985 LOC) duplicates utils/ helpers; typed
# incrementally — issue #100 allows per-module override until consolidated.
[[tool.mypy.overrides]]
module = "scripts.export"
ignore_errors = true

# Test modules use unittest/pytest patterns that are not worth strict-checking
# alongside production code; route handlers and utils are fully strict.
[[tool.mypy.overrides]]
Expand Down
Loading
Loading