AZ
AZ
Updating https://github.com/az-pz/hatch/blob/master/docs/assets/css/custom.css to hide `$` from copying is certainly a possibility. But shell commands elsewhere in the docs don't use `$` or `console` code type. `$` was removed to make...
If anyone stumbles upon this, there is a workaround. Use ```python import sys sys.stdout = sys.stderr ``` Use this only for debugging purposes. Credit: https://stackoverflow.com/a/37210976/2312300
@JonesKenzie , did you use `-s`, `-vvvv` and `--log-cli-level=debug` arguments while running tests?