Skip to content

Commit e50047a

Browse files
committed
Apply black formatting
1 parent 0dbf164 commit e50047a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yq/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# |[-+]?0x[0-9a-fA-F_]+ # (base 16)
100100
# |[-+]?[1-9][0-9_]*(:[0-5]?[0-9])+ # (base 60)
101101
)$""",
102-
re.X
102+
re.X,
103103
),
104104
"start_chars": list("-+0123456789"),
105105
},

0 commit comments

Comments
 (0)