#!/bin/sh
# Generated by trunk tool 'codespell'
marker_file="/home/will/.cache/trunk/tools/codespell/2.4.1-add1e4e4269b99954b72d60cd9a58874.marker";
if [ ! -f $marker_file ]; then
  trunk tools install codespell;
fi

export PATH="/home/will/.cache/trunk/tools/codespell/2.4.1-add1e4e4269b99954b72d60cd9a58874/bin:/home/will/.cache/trunk/tools/codespell/2.4.1-add1e4e4269b99954b72d60cd9a58874/Scripts:/home/will/.cache/trunk/tools/python/3.10.8-b6e96641f2c120698c300f1bdd98bc0e/bin:/home/will/.cache/trunk/tools/python/3.10.8-b6e96641f2c120698c300f1bdd98bc0e:${PATH}"
export HOME="${HOME:-}"
export VIRTUAL_ENV="/home/will/.cache/trunk/tools/codespell/2.4.1-add1e4e4269b99954b72d60cd9a58874"
export PYTHONUTF8="1"

exec codespell "$@"
