I'm getting the following error: ```sh [cfn-lint] /bin/sh: 1: cfn-lint: not found Go to https://github.com/aws-cloudformation/cfn-python-lint/#install for more help ```  The CLI was installed using the following [mise](https://github.com/jdx/mise) command: ```sh mise use -g pipx:cfn-lint ``` 