Skip to content

Commit

Permalink
SQ -> Enforce positional-only parameters for public functions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Dec 23, 2023
1 parent 1d53327 commit aa88dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trycast.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def trycast( # type: ignore[43] # pyre
def trycast(
tp: str,
value: object,
/,
failure: object,
*,
strict: bool = True,
Expand Down

0 comments on commit aa88dd0

Please sign in to comment.