Remove mypy ignore_errors from CLI modules (#68 follow-up)#77
Merged
Conversation
📝 WalkthroughWalkthroughChangesCLI strict typing and handling
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related issues
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
henry0816191
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ignore_errorsoverride for eightlocalci.cli.*modules incli/pyproject.toml— completes the Remove mypyignore_errorssuppression across orchestrator/core modules #68 typing cleanup started in Remove mypy ignore_errors from orchestrator/core modules (#68) #72.Closes #76 .
Changes
pyproject.toml[[tool.mypy.overrides]]block; strict mypy now covers alllocalcipackagesclick_options.pyclick.pass_contextoutside the options liststatus.pydict[str, Any];_safe_floatusesisinstancenarrowingconfig.pydict[str, Any]for YAML loadlogs.py_find_job→JobResult | Nonepatcher.pyPriorityJobQueueparam on_print_execution_plananalyze.py/list.pyWorkflowErrorfromlocalci.errorsrun_flow.pylocalci.errors;Workflow/JobExecutortypes; saferegistry_pathcheckcontainer.pyresolve_cache_paths_fn: Callable[..., ResolvedCachePaths | None]Test plan
cd cli && mypy localci/— 48 files, 0 errorscd cli && pytest tests/— 595 passedpre-commit run -a— all hooks greenSummary by CodeRabbit