_STATE.append(1) inside a module-scoped fixture is missed (no global statement needed for method mutation). Track module-level names bound to mutable literals.
From the pre-release multi-perspective review (2026-07-03). Follow CONTRIBUTING.md; every change ships a true-positive test + a false-positive guard test.
_STATE.append(1) inside a module-scoped fixture is missed (no global statement needed for method mutation). Track module-level names bound to mutable literals.
From the pre-release multi-perspective review (2026-07-03). Follow CONTRIBUTING.md; every change ships a true-positive test + a false-positive guard test.