Skip to content

Commit

Permalink
fix: coerce numbers to strings
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Sep 13, 2024
1 parent 75a9613 commit 2df8407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions craft_grammar/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Config:
extra = "ignore"
allow_mutation = False
alias_generator = lambda s: s.replace("_", "-")
coerce_numbers_to_str = True
"""


Expand Down

0 comments on commit 2df8407

Please sign in to comment.