Closed e-carlin closed 5 months ago
It would be convenient to run something like pykern fmt json <filename> and have filename formatted using pkjson.dump_pretty.
pykern fmt json <filename>
This brings up the question of whether we should add json formatting to our ci checks?
Or maybe just pykern fmt run <filename> and have it figure out that it is json.
pykern fmt run <filename>
rely on jq
It would be convenient to run something like
pykern fmt json <filename>
and have filename formatted using pkjson.dump_pretty.This brings up the question of whether we should add json formatting to our ci checks?