Type Checking
Activate the Types Environment
hatch -e types shell
Generate Stubs
stubgen -p cowsay -o ./stubs
Check Types
hatch run check
hatch -e types shell
stubgen -p cowsay -o ./stubs
hatch run check