Skip to content

Commit

Permalink
Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 11, 2023
1 parent 0dbf164 commit e50047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yq/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# |[-+]?0x[0-9a-fA-F_]+ # (base 16)
# |[-+]?[1-9][0-9_]*(:[0-5]?[0-9])+ # (base 60)
)$""",
re.X
re.X,
),
"start_chars": list("-+0123456789"),
},
Expand Down

0 comments on commit e50047a

Please sign in to comment.