From 71ad0c6026834387717d4dbf25f753ac2ee6fbcd Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Thu, 19 Feb 2026 20:50:25 -0500 Subject: [PATCH 1/2] fixup! Update PolicyEngine US --- .../gov/usda/snap/eligibility/snap_assets.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py b/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py index 4462debdfaf..d4e1d0d937e 100644 --- a/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py +++ b/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py @@ -5,6 +5,16 @@ class snap_assets(Variable): value_type = float entity = SPMUnit definition_period = YEAR - documentation = "Countable assets for SNAP limits" + documentation = ( + "Countable liquid assets for SNAP resource limits. " + "Includes bank accounts, stocks, and bonds per " + "7 USC 2014(g). Excludes retirement accounts, " + "education savings, and vehicles." + ) label = "SNAP assets" unit = USD + reference = ( + "https://www.law.cornell.edu/uscode/text/7/2014#g", + ) + + adds = ["spm_unit_cash_assets"] From 2f0596e50244b70a82cee51f4cf78b040db7bbcc Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Mon, 23 Feb 2026 12:47:32 -0500 Subject: [PATCH 2/2] Fix black formatting in snap_assets.py Co-Authored-By: Claude Opus 4.6 --- changelog_entry.yaml | 4 ++++ .../variables/gov/usda/snap/eligibility/snap_assets.py | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb2d..dbb741f2a9e 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - Fixed black formatting in snap_assets.py. diff --git a/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py b/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py index d4e1d0d937e..1de3a7bd921 100644 --- a/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py +++ b/policyengine_us/variables/gov/usda/snap/eligibility/snap_assets.py @@ -13,8 +13,6 @@ class snap_assets(Variable): ) label = "SNAP assets" unit = USD - reference = ( - "https://www.law.cornell.edu/uscode/text/7/2014#g", - ) + reference = ("https://www.law.cornell.edu/uscode/text/7/2014#g",) adds = ["spm_unit_cash_assets"]