Pin Michigan 2026 income tax rate - #9164
Conversation
|
@MaxGhenis This is ready for maintainer review: the exact head |
Program Review — PR #9164 (Pin Michigan 2026 income tax rate)Author: PavelMakarchuk Source Documents
Branch Status⚠ 6 commits behind main (1 ahead). Minor; review scoped to the merge-base diff. SummaryClean single-value anchor. 0 critical, 0 should-address. The MI 2026 individual income-tax rate is pinned at 0.0425 (4.25%), correct per the Treasury notice, correctly dated with all prior years intact, and properly referenced. CI green (31/31). Value audit
Critical / Should AddressNone. Suggestions (optional)
Validation Summary
Review Severity: APPROVEA correct, minimal, well-sourced rate pin with an added parameter-guard test. No blocking or should-address items — only optional variety/wording notes. Rebase off the 6-commit lag before merge. Review generated with Claude Code via /review-program |
Summary
This corrects the underlying PolicyEngine parameter tree; it does not add an oracle-specific override, formula branch, or case-based workaround.
Official source: https://www.michigan.gov/treasury/reference/taxpayer-notices/2026/04/15/425-income-tax-rate-for-individuals-and-fiduciaries-in-2026-tax-year
Checks
UV_PROJECT_ENVIRONMENT=/Users/pavelmakarchuk/policyengine-us/.venv UV_NO_SYNC=1 make format(ruff format and ruff check passed; two unrelated base formatter changes restored exactly)python -m pytest -c pyproject.toml -q policyengine_us/tests/test_parameter_files.py(7 passed)policyengine-coreYAML file (3 passed)git diff --checkNo partner contract test or formula was changed.