frerikandriessen
frerikandriessen
# Changes The yq task was missing a -P (pretty print) option, as well as a --no-color option. Instead of making new task versions (and params) for each of the...
# Changes This make the yq task more accepting of whatever is put in the SCRIPT param. I currently had some issues with SCRIPT values as ``` # Retrieve old...
This should ensure that mypy won't complain about missing typing or stubs. I'm not sure if I've caught everything that there is, because of the flexibility of the library. I...