hatch
hatch copied to clipboard
Provide a context format for the platform running on
👍
What would you like the platform to return? In other Hatch contexts we consider there to be basically three: linux
, windows
and macos
>>> import sys
>>> sys.platform
'darwin'
Would be my guess, but either works for me.