You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if"mapping values are not allowed here"instr(err):
info_print("Hint: You may have incorrect indentation the YAML file.")
raisetyper.Exit(code=1)
This doesn't seem like the right place for this hint. I think it should live at a lower level - in the YAML layer. Then it can propogate to all cases of improperly configured YAML files, not just this one case.
Summary of desired enhancement
Move this logic into the YAML integration layer.
The text was updated successfully, but these errors were encountered:
Motivation
usethis-python/src/usethis/_interface/ci.py
Lines 26 to 31 in bb97936
This doesn't seem like the right place for this hint. I think it should live at a lower level - in the YAML layer. Then it can propogate to all cases of improperly configured YAML files, not just this one case.
Summary of desired enhancement
Move this logic into the YAML integration layer.
The text was updated successfully, but these errors were encountered: