Skip to content

Commit

Permalink
Autolinting isn't a good thing unless VSCode and Github agree
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Jan 2, 2024
1 parent 35f3be9 commit bc3d1d6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions regtech_data_validator/phase_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,14 +1231,12 @@ def get_phase_1_and_2_validations_for_lei(context: dict[str, str] | None = None)
),
severity=Severity.ERROR,
groupby="ct_credit_product",
conditions=[
{
"condition_values": {"7", "8", "977"},
"is_equal_condition": False,
"target_value": "999",
"should_equal_target": True,
}
],
conditions=[{
"condition_values": {"7", "8", "977"},
"is_equal_condition": False,
"target_value": "999",
"should_equal_target": True,
}],
),
],
},
Expand Down

0 comments on commit bc3d1d6

Please sign in to comment.