treefmt v2.5.0ERRO formatter | shellcheck: failed to apply with options '[]': exit status 1 In homeModules/programs/misc-programs/direnv-stdlib.sh line 4: if [[ ! -f "$PYPROJECT_TOML" ]]; then ^--------------------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined. In homeModules/programs/misc-programs/direnv-stdlib.sh line 9: if [[ -d ".venv" ]]; then ^--------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined. In homeModules/programs/misc-programs/direnv-stdlib.sh line 18: if [[ -z $VIRTUAL_ENV || ! -d $VIRTUAL_ENV ]]; then ^-- SC3010 (warning): In POSIX sh, [[ ]] is undefined. For more information: https://www.shellcheck.net/wiki/SC3010 -- In POSIX sh, [[ ]] is undefined. traversed 420 files emitted 413 files for processing formatted 410 files (2 changed) in 801ms Error: failed to finalise formatting: formatting failures detected