Skip to content

Commit

Permalink
flips logic 'lint' -> 'suppress_checks'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolbly committed May 28, 2024
1 parent 08ea5a6 commit 2c233c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocsf_validator/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OcsfDeprecationInfo(TypedDict):
"enum": NotRequired[Dict[str, OcsfEnumMember]],
"group": NotRequired[str],
"is_array": NotRequired[bool],
"lint": NotRequired[Sequence[str]],
"suppress_checks": NotRequired[Sequence[str]],
"max_len": NotRequired[int],
"name": NotRequired[str],
"notes": NotRequired[str],
Expand Down

0 comments on commit 2c233c2

Please sign in to comment.